]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/sanm.c
aacenc: reorder coding tools
[ffmpeg] / libavcodec / sanm.c
index 2547abb840a149c876d4f58ea7f40d23ba579972..1aa002b6a5c55bd9d6ce2b2f8c27f67f312270e2 100644 (file)
@@ -1525,5 +1525,5 @@ AVCodec ff_sanm_decoder = {
     .init           = decode_init,
     .close          = decode_end,
     .decode         = decode_frame,
-    .capabilities   = CODEC_CAP_DR1,
+    .capabilities   = AV_CODEC_CAP_DR1,
 };