diff options
author | James Almer <jamrial@gmail.com> | 2016-11-09 18:38:23 -0300 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-11-10 09:01:18 +0100 |
commit | f4bf236338f6001736a4784b9c23de863057a583 (patch) | |
tree | 5818ea93e38c27f5bf9709af1c1f101120aeb895 /libavformat/tmv.c | |
parent | 84f225684cd389747907381122c073aa1c8b6bf1 (diff) | |
download | ffmpeg-f4bf236338f6001736a4784b9c23de863057a583.tar.gz |
matroskaenc: fix muxing AAC streams when using aac_adtstoasc bsf
aac_adtstoasc makes the aac extradata available only after the first packet
is filtered, and as packet side data.
Assume extradata will be available as part of the first packet if
avpriv_mpeg4audio_get_config() fails the first time due to missing extradata
and reserve space for the OutputSampleRate element in the Tracks master.
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavformat/tmv.c')
0 files changed, 0 insertions, 0 deletions