mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
Replace all CODEC_ID_* with AV_CODEC_ID_*
This commit is contained in:
+1
-1
@@ -185,7 +185,7 @@ static av_cold int encode_end(AVCodecContext *avctx)
|
||||
AVCodec ff_zlib_encoder = {
|
||||
.name = "zlib",
|
||||
.type = AVMEDIA_TYPE_VIDEO,
|
||||
.id = CODEC_ID_ZLIB,
|
||||
.id = AV_CODEC_ID_ZLIB,
|
||||
.priv_data_size = sizeof(LclEncContext),
|
||||
.init = encode_init,
|
||||
.encode2 = encode_frame,
|
||||
|
||||
Reference in New Issue
Block a user