]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/v410dec.c
aacenc: allocate a larger buffer for the TNS LPC context
[ffmpeg] / libavcodec / v410dec.c
index e7a9c0e109874a3497ef28086b239836a45b2881..48fab682735fd8ec7adc957f279500b3a70a59be 100644 (file)
@@ -94,5 +94,5 @@ AVCodec ff_v410_decoder = {
     .id           = AV_CODEC_ID_V410,
     .init         = v410_decode_init,
     .decode       = v410_decode_frame,
-    .capabilities = CODEC_CAP_DR1,
+    .capabilities = AV_CODEC_CAP_DR1,
 };