diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-04-10 15:02:01 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-04-30 11:53:12 +0200 |
commit | a83c0da539fb07260310bc3b34056239d2b138b2 (patch) | |
tree | 39b62e964b8486cb16731f1e255a94371e851873 /tests/ref/fate | |
parent | 3d624420086ed3cd0c74f4510f0285968e21c117 (diff) | |
download | ffmpeg-a83c0da539fb07260310bc3b34056239d2b138b2.tar.gz |
avconv: make -t insert trim/atrim filters.
This makes -t sample-accurate for audio and will allow further
simplication in the future.
Most of the FATE changes are due to audio now being sample accurate. In
some cases a video frame was incorrectly passed with the old code, while
its was over the limit.
Diffstat (limited to 'tests/ref/fate')
-rw-r--r-- | tests/ref/fate/adpcm-ms-mono | 2 | ||||
-rw-r--r-- | tests/ref/fate/bethsoft-vid | 3 | ||||
-rw-r--r-- | tests/ref/fate/cyberia-c93 | 2 | ||||
-rw-r--r-- | tests/ref/fate/msvideo1-8bit | 1 |
4 files changed, 3 insertions, 5 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 diff --git a/tests/ref/fate/bethsoft-vid b/tests/ref/fate/bethsoft-vid index a4c049e4ec..535888b69e 100644 --- a/tests/ref/fate/bethsoft-vid +++ b/tests/ref/fate/bethsoft-vid @@ -140,5 +140,4 @@ 1, 53835, 53835, 925, 1850, 0x5a303d1a 0, 296, 296, 1, 192000, 0x79b7417b 1, 54760, 54760, 537, 1074, 0x142ce7ba -1, 55297, 55297, 925, 1850, 0x7ff682f7 -0, 300, 300, 1, 192000, 0x468d8db4 +1, 55297, 55297, 258, 516, 0x98885b26 diff --git a/tests/ref/fate/cyberia-c93 b/tests/ref/fate/cyberia-c93 index 2c71e5023e..f02435c090 100644 --- a/tests/ref/fate/cyberia-c93 +++ b/tests/ref/fate/cyberia-c93 @@ -36,7 +36,7 @@ 0, 30, 30, 1, 184320, 0x54975910 0, 31, 31, 1, 184320, 0xf4857db9 0, 32, 32, 1, 184320, 0x82d18161 -1, 42552, 42552, 14184, 28368, 0x9101e519 +1, 42552, 42552, 5835, 11670, 0x04aa0b1e 0, 33, 33, 1, 184320, 0x06d93bd0 0, 34, 34, 1, 184320, 0xa4304c00 0, 35, 35, 1, 184320, 0x5f77d9cd diff --git a/tests/ref/fate/msvideo1-8bit b/tests/ref/fate/msvideo1-8bit index 6e6bc0bae0..74d54e8b5f 100644 --- a/tests/ref/fate/msvideo1-8bit +++ b/tests/ref/fate/msvideo1-8bit @@ -29,4 +29,3 @@ 0, 27, 27, 1, 57600, 0x4ec4a868 0, 28, 28, 1, 57600, 0x7db370a1 0, 29, 29, 1, 57600, 0x2b1e52f6 -0, 30, 30, 1, 57600, 0x2141467c |