Commit 4adfc7c4 authored by bcoudurier's avatar bcoudurier

faad needs CODEC_CAP_DELAY, otherwise you miss last frame

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20548 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d889a1ab
...@@ -329,5 +329,6 @@ AVCodec libfaad_decoder = { ...@@ -329,5 +329,6 @@ AVCodec libfaad_decoder = {
NULL, NULL,
faac_decode_end, faac_decode_end,
faac_decode_frame, faac_decode_frame,
.capabilities = CODEC_CAP_DELAY,
.long_name = NULL_IF_CONFIG_SMALL("libfaad AAC (Advanced Audio Codec)"), .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