diff options
author | Joakim Plate <elupus@ecce.se> | 2010-06-28 01:28:27 -0400 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-09-11 17:44:20 +0200 |
commit | e42a3dd123c47efd7921f93d4a1f6f53c196ad4a (patch) | |
tree | be3ca5083a659222356a5685e1fb17e4db581c7a /tests | |
parent | fe0ac337bd6b4783162bc55eb62f82181d498d5e (diff) | |
download | ffmpeg-e42a3dd123c47efd7921f93d4a1f6f53c196ad4a.tar.gz |
Allow reading of growing avi files (ie currently being written)
This uses the RIFF header stored size to figure out the expected AVI file size, instead
of the actual file. To work fully it requires handling failed avio_seek() instead
of assuming they always succeed.
Some fate file has been cut off and contains half a frame at the end which previously
was not output during demuxing. This frame is now output to encoder, thus fate
diff update.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ref/fate/aasc | 1 | ||||
-rw-r--r-- | tests/ref/fate/cvid | 1 | ||||
-rw-r--r-- | tests/ref/fate/fraps-v5 | 1 | ||||
-rw-r--r-- | tests/ref/fate/truemotion1-24 | 1 | ||||
-rw-r--r-- | tests/ref/fate/vp5 | 1 | ||||
-rw-r--r-- | tests/ref/fate/zmbv-8bit | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/tests/ref/fate/aasc b/tests/ref/fate/aasc index 7ec02ba575..07b326983d 100644 --- a/tests/ref/fate/aasc +++ b/tests/ref/fate/aasc @@ -21,3 +21,4 @@ 0, 72000, 168000, 0x646fa087 0, 75600, 168000, 0x404450a2 0, 79200, 168000, 0x5214c456 +0, 82800, 168000, 0xe573025c diff --git a/tests/ref/fate/cvid b/tests/ref/fate/cvid index d7ebe1193d..9a85275c69 100644 --- a/tests/ref/fate/cvid +++ b/tests/ref/fate/cvid @@ -76,3 +76,4 @@ 0, 562500, 112400, 0xe4394f1f 0, 570000, 112400, 0x8ca8649f 0, 577500, 112400, 0x804d44eb +0, 585000, 112400, 0x3864488b diff --git a/tests/ref/fate/fraps-v5 b/tests/ref/fate/fraps-v5 index 3fe1c49329..05fa9da37b 100644 --- a/tests/ref/fate/fraps-v5 +++ b/tests/ref/fate/fraps-v5 @@ -56,3 +56,4 @@ 0, 165000, 145152, 0x80448031 0, 168000, 145152, 0xe3b1fbf7 0, 171000, 145152, 0xa00395a4 +0, 174000, 145152, 0xdf3b4fce diff --git a/tests/ref/fate/truemotion1-24 b/tests/ref/fate/truemotion1-24 index b0b1c4e44e..edca66fe43 100644 --- a/tests/ref/fate/truemotion1-24 +++ b/tests/ref/fate/truemotion1-24 @@ -30,6 +30,7 @@ 1, 82898, 10832, 0x3c746fbe 0, 84000, 69120, 0x5876d758 1, 88424, 10832, 0x05f3b08a +0, 90000, 69120, 0x45e7dd5c 1, 93951, 10832, 0xa6560483 1, 99478, 10832, 0xd98a8e19 1, 105004, 10832, 0xf98a0b2e diff --git a/tests/ref/fate/vp5 b/tests/ref/fate/vp5 index bf67801a47..556d1112d7 100644 --- a/tests/ref/fate/vp5 +++ b/tests/ref/fate/vp5 @@ -244,3 +244,4 @@ 0, 912161, 233472, 0x6f530ac6 0, 915915, 233472, 0x94f7466c 0, 919669, 233472, 0xa8c1d365 +0, 923423, 233472, 0xedcff050 diff --git a/tests/ref/fate/zmbv-8bit b/tests/ref/fate/zmbv-8bit index 258147f914..75a212b3c9 100644 --- a/tests/ref/fate/zmbv-8bit +++ b/tests/ref/fate/zmbv-8bit @@ -273,3 +273,4 @@ 0, 349284, 192000, 0xd08e49d1 0, 350568, 192000, 0xd08e49d1 0, 351852, 192000, 0xd08e49d1 +0, 353136, 192000, 0x1f34135f |