mirror of
https://github.com/qrtc/ffmpeg-dev-go.git
synced 2025-10-05 23:57:39 +08:00
2023-10-31 09:16:44 CST W44D2
This commit is contained in:
@@ -25,7 +25,7 @@ func AvMediacodecDefaultInit(avctx *AVCodecContext, ctx *AVMediaCodecContext, su
|
||||
(*C.struct_AVMediaCodecContext)(ctx), VoidPointer(surface)))
|
||||
}
|
||||
|
||||
// AvMediacodecDefaultFree frees the MediaCodec context
|
||||
// AvMediacodecDefaultFree frees the MediaCodec context.
|
||||
func AvMediacodecDefaultFree(avctx *AVCodecContext) {
|
||||
C.av_mediacodec_default_free((*C.struct_AVCodecContext)(avctx))
|
||||
}
|
||||
|
Reference in New Issue
Block a user