mirror of
https://github.com/qrtc/ffmpeg-dev-go.git
synced 2025-10-09 01:20:12 +08:00
2023-11-05 09:24:57 CST W45D0
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