]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/indeo4.c
mips: add assembler flags for mips32r2 ISA and mhard-float
[ffmpeg] / libavcodec / indeo4.c
index 117263b8296a2c641223a0e018087b0d7b35c340..d1f62b774a1166bff73b25b4aa979c75329de8cc 100644 (file)
@@ -639,7 +639,7 @@ static av_cold int decode_init(AVCodecContext *avctx)
 AVCodec ff_indeo4_decoder = {
     .name           = "indeo4",
     .type           = AVMEDIA_TYPE_VIDEO,
-    .id             = CODEC_ID_INDEO4,
+    .id             = AV_CODEC_ID_INDEO4,
     .priv_data_size = sizeof(IVI45DecContext),
     .init           = decode_init,
     .close          = ff_ivi_decode_close,