[FFmpeg-cvslog] atrac3: add CODEC_CAP_SUBFRAMES capability
Justin Ruggles
git at videolan.org
Sun Oct 30 02:04:16 CEST 2011
ffmpeg | branch: master | Justin Ruggles <justin.ruggles at gmail.com> | Fri Oct 28 13:02:15 2011 -0400| [a047851329d2c90462246a22a9c07cc3d61d66cb] | committer: Justin Ruggles
atrac3: add CODEC_CAP_SUBFRAMES capability
the decoder can handle multiple frames in a packet
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a047851329d2c90462246a22a9c07cc3d61d66cb
---
libavcodec/atrac3.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/libavcodec/atrac3.c b/libavcodec/atrac3.c
index b5bf061..bbe562c 100644
--- a/libavcodec/atrac3.c
+++ b/libavcodec/atrac3.c
@@ -1047,5 +1047,6 @@ AVCodec ff_atrac3_decoder =
.init = atrac3_decode_init,
.close = atrac3_decode_close,
.decode = atrac3_decode_frame,
+ .capabilities = CODEC_CAP_SUBFRAMES,
.long_name = NULL_IF_CONFIG_SMALL("Atrac 3 (Adaptive TRansform Acoustic Coding 3)"),
};
More information about the ffmpeg-cvslog
mailing list