X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Ffilmstripdec.c;h=2f3aa6c6d113a75115072d0c53f9f32bf7ac45ba;hb=b7e9eea31f3e60dc506cf52bb78f0d9f679cb3bd;hp=20ab4a70fb38a362ed6801de113283d873316ef4;hpb=90d8506fbf1b5d9bd6ed1f01a8610df01771e3c3;p=ffmpeg diff --git a/libavformat/filmstripdec.c b/libavformat/filmstripdec.c index 20ab4a70fb3..2f3aa6c6d11 100644 --- a/libavformat/filmstripdec.c +++ b/libavformat/filmstripdec.c @@ -61,7 +61,7 @@ static int read_header(AVFormatContext *s) avio_skip(pb, 2); st->codec->codec_type = AVMEDIA_TYPE_VIDEO; - st->codec->codec_id = CODEC_ID_RAWVIDEO; + st->codec->codec_id = AV_CODEC_ID_RAWVIDEO; st->codec->pix_fmt = PIX_FMT_RGBA; st->codec->codec_tag = 0; /* no fourcc */ st->codec->width = avio_rb16(pb);