ffmpeg/tests/ref
Jun Zhao 60d79b1df9 lavc/aac_ac3_parser: improve the raw AAC file bit rate calculation
Now we just use one ADTS raw frame to calculate the bit rate, it's
lead to a larger error when get the duration from bit rate, the
improvement cumulate Nth ADTS frames to get the average bit rate.

e,g used the command get the duration like:
ffprobe -show_entries format=duration -i fate-suite/aac/foo.aac

before this improvement dump the duration=2.173935
after this improvement  dump the duration=1.979267

in fact, the real duration can be get by command like:
ffmpeg -i fate-suite/aac/foo.aac -f null /dev/null with time=00:00:01.97

Also update the fate-adtstoasc_ticket3715.

Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
2020-06-26 09:53:36 +08:00
..
acodec fate: add adpcm_ima_ssi encoding test 2020-06-01 23:32:28 +02:00
fate lavc/aac_ac3_parser: improve the raw AAC file bit rate calculation 2020-06-26 09:53:36 +08:00
lavf avformat/matroskaenc: Don't ignore tags of chapters written late 2020-05-19 03:34:44 +02:00
lavf-fate avformat/movenc: Write 'av01' as a compatible brand when muxing AV1 2020-06-17 19:06:45 +01:00
pixfmt
seek avformat/matroskaenc: Don't ignore tags of chapters written late 2020-05-19 03:34:44 +02:00
vsynth tests/ref/vsynth: fix fate colr changes (again) 2020-04-13 13:34:49 -07:00
vsynth1
vsynth_lena