aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ref/seek/acodec-mp2
Commit message (Collapse)AuthorAgeFilesLines
* avformat/mp3dec: use the common mechanism for skipping sampleswm42015-04-221-4/+4
| | | | | | | | | | The mp2 seek test results change. Whether to skip samples if the file had no LAME gapless tags was inconsistent. When seeking to the start of the file, 529 samples were skipped, but when playing from start, nothing was skipped. This commit changes the behavior on seek to skip nothing. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: force 128kb/sec for mp2 testMichael Niedermayer2014-04-151-23/+23
| | | | | | This fixes rounding differences between platforms Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/mpegaudioenc_template: default to 384k bitrate as defaultMichael Niedermayer2014-04-111-23/+23
| | | | | | | | 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>
* avformat/utils: inject audio skip side data before the side data merge codeMichael Niedermayer2013-11-211-4/+4
| | | | | | This ensures that its handled the same way as other side data Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: split dependencies for fate-seek testsJanne Grunau2012-12-021-0/+49
Each fate-seek test depends now only on the corresponding fate-acodec, fate-vsynth2 or fate-lavf test which creates the file seek-tests operates on. The tests and references are renamed to match the test they depend on.