diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-02-27 15:54:41 -0500 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2012-03-05 13:08:18 -0500 |
commit | 6c65cf58fdeafc1bd7643305e66e0e073429c78d (patch) | |
tree | dc6b974ba1e1434733078f21b4ed93412cbe9421 /tests/ref/fate/dxa-feeble | |
parent | 11ac796f7ab2738eff19ea18847355363c8cc797 (diff) | |
download | ffmpeg-6c65cf58fdeafc1bd7643305e66e0e073429c78d.tar.gz |
lavf: Use av_get_audio_frame_duration() in get_audio_frame_size()
Also, do not give AVCodecContext.frame_size priority for muxing.
Updated 2 FATE references:
dxa-feeble - adds 1 audio frame that is still within 2 seconds as specified
by -t 2 in the FATE test
wmv8-drm-nodec - durations are not needed. previously they were estimated
using the packet size and average bit rate.
Diffstat (limited to 'tests/ref/fate/dxa-feeble')
-rw-r--r-- | tests/ref/fate/dxa-feeble | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ref/fate/dxa-feeble b/tests/ref/fate/dxa-feeble index 4dde7b9dd0..6aaea29d16 100644 --- a/tests/ref/fate/dxa-feeble +++ b/tests/ref/fate/dxa-feeble @@ -64,3 +64,4 @@ 0, 19, 19, 1, 921600, 0x5639e670 1, 21000, 21000, 500, 1000, 0xa491f3ef 1, 21500, 21500, 500, 1000, 0x2c036e18 +1, 22000, 22000, 500, 1000, 0x52d65e2a |