Commit bceae293 authored by Baptiste Coudurier's avatar Baptiste Coudurier

faad needs CODEC_CAP_DELAY, otherwise you miss last frame

Originally committed as revision 20548 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent bd381fd3
......@@ -329,5 +329,6 @@ AVCodec libfaad_decoder = {
NULL,
faac_decode_end,
faac_decode_frame,
.capabilities = CODEC_CAP_DELAY,
.long_name = NULL_IF_CONFIG_SMALL("libfaad AAC (Advanced Audio Codec)"),
};
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