diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2013-08-07 14:46:07 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2013-08-07 16:20:41 +0200 |
commit | dd9555e94b1481a6992ee89b285232e5abcf9089 (patch) | |
tree | 1b0d378d165675ee625c207a8049c41d1461d6f2 /tests/ref/fate/adpcm-ms-mono | |
parent | 39bb26f91b18a6fb6d2ccfb6464b8a87787587fe (diff) | |
download | ffmpeg-dd9555e94b1481a6992ee89b285232e5abcf9089.tar.gz |
ffmpeg: remove obsolete workaround in trim insertion.
The bug it was working seems to have been fixed.
This change causes ffmpeg to use the trim filter to implement
the -t option.
FATE tests are updated due to the more accurate handling of
the last packets.
Diffstat (limited to 'tests/ref/fate/adpcm-ms-mono')
-rw-r--r-- | tests/ref/fate/adpcm-ms-mono | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/fate/adpcm-ms-mono b/tests/ref/fate/adpcm-ms-mono index 3bf44f82b4..c4567087bc 100644 --- a/tests/ref/fate/adpcm-ms-mono +++ b/tests/ref/fate/adpcm-ms-mono @@ -43,4 +43,4 @@ 0, 20500, 20500, 500, 1000, 0xf195eb44 0, 21000, 21000, 500, 1000, 0xa491f3ef 0, 21500, 21500, 500, 1000, 0x2c036e18 -0, 22000, 22000, 500, 1000, 0x52d65e2a +0, 22000, 22000, 50, 100, 0x0bd81f05 |