On Fri, Oct 28, 2011 at 01:32:45PM -0400, Justin Ruggles wrote:
> the decoder can handle multiple frames in a packet
> ---
> 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)"),
> };
> --
OK
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel