mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-21 12:40:40 +00:00
faad needs CODEC_CAP_DELAY, otherwise you miss last frame
Originally committed as revision 20548 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
bd381fd3f6
commit
bceae2936f
@ -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)"),
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user