diff options
Diffstat (limited to 'libavcodec/vp8_parser.c')
-rw-r--r-- | libavcodec/vp8_parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vp8_parser.c b/libavcodec/vp8_parser.c index e6d4151bb5..196de83935 100644 --- a/libavcodec/vp8_parser.c +++ b/libavcodec/vp8_parser.c @@ -33,6 +33,6 @@ static int parse(AVCodecParserContext *s, } AVCodecParser ff_vp8_parser = { - .codec_ids = { CODEC_ID_VP8 }, + .codec_ids = { AV_CODEC_ID_VP8 }, .parser_parse = parse, }; |