]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vp8_parser.c
vp3: Use hpeldsp instead of dsputil for half-pel functions
[ffmpeg] / libavcodec / vp8_parser.c
index e6d4151bb53376873ac12be045816f8ca6340c7d..196de83935aac48644cecf7381b721fa7c80fe24 100644 (file)
@@ -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,
 };