]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vqavideo.c
mips: add assembler flags for mips32r2 ISA and mhard-float
[ffmpeg] / libavcodec / vqavideo.c
index 4bc367f72bfb41986ae1b7685d5ecad54015af27..e4bad00ca1f23994e12c1c3dafba10d24c8f33c7 100644 (file)
@@ -630,7 +630,7 @@ static av_cold int vqa_decode_end(AVCodecContext *avctx)
 AVCodec ff_vqa_decoder = {
     .name           = "vqavideo",
     .type           = AVMEDIA_TYPE_VIDEO,
-    .id             = CODEC_ID_WS_VQA,
+    .id             = AV_CODEC_ID_WS_VQA,
     .priv_data_size = sizeof(VqaContext),
     .init           = vqa_decode_init,
     .close          = vqa_decode_end,