]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/adxdec.c
Merge commit '9487ffd4c02b9e261562d43735490068c0df0d4b'
[ffmpeg] / libavcodec / adxdec.c
index 5115cede6aeae62289291e607a8860fd79cc6fab..32cc0f005a43671de0ba3a5d255164ae6bda1bb3 100644 (file)
@@ -183,7 +183,7 @@ AVCodec ff_adpcm_adx_decoder = {
     .init           = adx_decode_init,
     .decode         = adx_decode_frame,
     .flush          = adx_decode_flush,
-    .capabilities   = CODEC_CAP_DR1,
+    .capabilities   = AV_CODEC_CAP_DR1,
     .sample_fmts    = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S16P,
                                                       AV_SAMPLE_FMT_NONE },
 };