]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vorbis_parser.c
mpegvideo: dont call draw edges on lowres
[ffmpeg] / libavcodec / vorbis_parser.c
index c35bafe10e41c857bae3540bbcdf856f0feef858..6979d6fa8f3445a5e5915e519220a5c6d9e89576 100644 (file)
@@ -263,7 +263,7 @@ end:
 }
 
 AVCodecParser ff_vorbis_parser = {
-    .codec_ids      = { CODEC_ID_VORBIS },
+    .codec_ids      = { AV_CODEC_ID_VORBIS },
     .priv_data_size = sizeof(VorbisParseContext),
     .parser_parse   = vorbis_parse,
 };