X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Ffilmstripdec.c;h=2f3aa6c6d113a75115072d0c53f9f32bf7ac45ba;hb=6b3484dcbc6fe6a5f3d0919922790592c9d5a608;hp=20ab4a70fb38a362ed6801de113283d873316ef4;hpb=703e920bb75053bf6b87d41d198cbbfbce3fb7ad;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);