]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/jacosubdec.c
mips: add assembler flags for mips32r2 ISA and mhard-float
[ffmpeg] / libavcodec / jacosubdec.c
index 90ce5df2279f52410807015ae8fa3ae852feecde..b64fac8a7586599607742c7561f947f88a96b359 100644 (file)
@@ -199,7 +199,7 @@ AVCodec ff_jacosub_decoder = {
     .name           = "jacosub",
     .long_name      = NULL_IF_CONFIG_SMALL("JACOsub subtitle"),
     .type           = AVMEDIA_TYPE_SUBTITLE,
-    .id             = CODEC_ID_JACOSUB,
+    .id             = AV_CODEC_ID_JACOSUB,
     .init           = ff_ass_subtitle_header_default,
     .decode         = jacosub_decode_frame,
 };