diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-04-09 05:18:11 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-04-11 01:13:16 +0200 |
commit | 268b1eae227660a7778edaf5345750d18bca4018 (patch) | |
tree | f0a61a03589658eb71a814448832006938316640 /tests/ref/acodec | |
parent | 39b192b8e1c136dfc4f3b2a70655607711c5d17a (diff) | |
download | ffmpeg-268b1eae227660a7778edaf5345750d18bca4018.tar.gz |
avcodec/mpegaudioenc_template: default to 384k bitrate as default
If 384k is too high for the samplerate, choose the closest
possible
Idea to increase the bitrate from: 46439e156219d27f059cf687743ba5aacf238b87
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/ref/acodec')
-rw-r--r-- | tests/ref/acodec/mp2 | 8 | ||||
-rw-r--r-- | tests/ref/acodec/mp2fixed | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/tests/ref/acodec/mp2 b/tests/ref/acodec/mp2 index 42381b4784..a846ea215a 100644 --- a/tests/ref/acodec/mp2 +++ b/tests/ref/acodec/mp2 @@ -1,4 +1,4 @@ -f6eb0a205350bbd7fb1028a01c7ae8aa *tests/data/fate/acodec-mp2.mp2 -96130 tests/data/fate/acodec-mp2.mp2 -5a669ca7321adc6ab66a3eade4035909 *tests/data/fate/acodec-mp2.out.wav -stddev: 4384.33 PSNR: 23.49 MAXDIFF:52631 bytes: 1058400/ 1057916 +9d3135841ef813fa9c81c41cdc2f1666 *tests/data/fate/acodec-mp2.mp2 +288391 tests/data/fate/acodec-mp2.mp2 +02f0b174b57c2c4b3d848a09e00e106e *tests/data/fate/acodec-mp2.out.wav +stddev: 3653.85 PSNR: 25.07 MAXDIFF:39971 bytes: 1058400/ 1057916 diff --git a/tests/ref/acodec/mp2fixed b/tests/ref/acodec/mp2fixed index 0203014e67..3a41d1c6e5 100644 --- a/tests/ref/acodec/mp2fixed +++ b/tests/ref/acodec/mp2fixed @@ -1,4 +1,4 @@ -28fbc7485c7939f40368f79adccb3e3d *tests/data/fate/acodec-mp2fixed.mp2 -96130 tests/data/fate/acodec-mp2fixed.mp2 -87461bd4ce4b0e0cbbf6c43621baf261 *tests/data/fate/acodec-mp2fixed.out.wav -stddev: 4384.26 PSNR: 23.49 MAXDIFF:52632 bytes: 1058400/ 1057916 +05445de0f0305df85db4ed0ce94e5f4c *tests/data/fate/acodec-mp2fixed.mp2 +288391 tests/data/fate/acodec-mp2fixed.mp2 +82f117c9345aa028bfb6cf5794432043 *tests/data/fate/acodec-mp2fixed.out.wav +stddev: 3653.84 PSNR: 25.07 MAXDIFF:39970 bytes: 1058400/ 1057916 |