]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/eatqi.c
swscale: Provide the right alignment for external mmx asm
[ffmpeg] / libavcodec / eatqi.c
index 548a08404406faa46268bb347103e51befa92ad7..75edcd60c58e2db233568f37bcea7ad0735f8910 100644 (file)
@@ -154,7 +154,7 @@ static av_cold int tqi_decode_end(AVCodecContext *avctx)
 AVCodec ff_eatqi_decoder = {
     .name           = "eatqi",
     .type           = AVMEDIA_TYPE_VIDEO,
-    .id             = CODEC_ID_TQI,
+    .id             = AV_CODEC_ID_TQI,
     .priv_data_size = sizeof(TqiContext),
     .init           = tqi_decode_init,
     .close          = tqi_decode_end,