Commit 3d380a5a authored by kostya's avatar kostya

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19883 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7798d31b
......@@ -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