Commit a0478513 authored by Justin Ruggles's avatar Justin Ruggles

atrac3: add CODEC_CAP_SUBFRAMES capability

the decoder can handle multiple frames in a packet
parent 8f98577d
......@@ -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)"),
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment