Commit 6f24cc0b authored by Kostya Shishkov's avatar Kostya Shishkov

Monkey's Audio uses subframes too, declare that in its capabilities

Originally committed as revision 19883 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0d6da4b8
......@@ -901,5 +901,6 @@ AVCodec ape_decoder = {
NULL,
ape_decode_close,
ape_decode_frame,
.capabilities = CODEC_CAP_SUBFRAMES,
.long_name = NULL_IF_CONFIG_SMALL("Monkey's Audio"),
};
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