2023-11-04 17:30:05 CST W44D6

This commit is contained in:
aggresss
2023-11-04 17:30:05 +08:00
parent 35ead29659
commit d9fd8e43ad
9 changed files with 20 additions and 20 deletions

View File

@@ -5218,7 +5218,7 @@ func AvCodecDefaultGetFormat(avctx *AVCodecContext, fmt *AVPixelFormat) AVPixelF
(*C.enum_AVPixelFormat)(fmt)))
}
// Deprecated: Use AvFourccMakeString() or AvFourcc2str() instead.
// Deprecated: Use AvFourccMakeString() or AvFourcc2str() instead.
//
// AvGetCodecTagString
func AvGetCodecTagString(buf *int8, bufSize uintptr, codecTag uint32) int32 {