mirror of https://git.ffmpeg.org/ffmpeg.git
atrac3: add CODEC_CAP_SUBFRAMES capability
the decoder can handle multiple frames in a packet
This commit is contained in:
parent
8f98577d4d
commit
a047851329
|
@ -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)"),
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue