X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fc93.c;h=66516e9c39f8f86755e10e812d5f901f695008a1;hb=b7e9eea31f3e60dc506cf52bb78f0d9f679cb3bd;hp=5a044d9d3d3da8c833999bd525910da95d7c2dff;hpb=3245c8b669018c43ad4bc18cb1720cb757526b85;p=ffmpeg diff --git a/libavformat/c93.c b/libavformat/c93.c index 5a044d9d3d3..66516e9c39f 100644 --- a/libavformat/c93.c +++ b/libavformat/c93.c @@ -84,7 +84,7 @@ static int read_header(AVFormatContext *s) return AVERROR(ENOMEM); video->codec->codec_type = AVMEDIA_TYPE_VIDEO; - video->codec->codec_id = CODEC_ID_C93; + video->codec->codec_id = AV_CODEC_ID_C93; video->codec->width = 320; video->codec->height = 192; /* 4:3 320x200 with 8 empty lines */