]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/txd.c
aacenc: populate the sce->ics.swb_offset table pointer
[ffmpeg] / libavcodec / txd.c
index 43c22734861c7fbaa7e348052c49714855305cb1..0c95faaf8901cdcf985236c9cca3d66e01240602 100644 (file)
@@ -159,5 +159,5 @@ AVCodec ff_txd_decoder = {
     .type           = AVMEDIA_TYPE_VIDEO,
     .id             = AV_CODEC_ID_TXD,
     .decode         = txd_decode_frame,
-    .capabilities   = CODEC_CAP_DR1,
+    .capabilities   = AV_CODEC_CAP_DR1,
 };