diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2011-04-11 16:20:36 -0400 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2011-04-12 19:06:26 -0400 |
commit | 96573c0d7605672d69b42ae1dcf18764ce47c71a (patch) | |
tree | 3d2cf79760e780bf9cd175a16f2bccf72066596a /tests/ref/fate/film-cvid-pcm-stereo-8bit | |
parent | 578d6861a753eb0b9d277f7ec17d1502eb2bb35a (diff) | |
download | ffmpeg-96573c0d7605672d69b42ae1dcf18764ce47c71a.tar.gz |
lavf/utils.c: Order packets with identical PTS by stream index.
This allows for more reproducible results when using multi-threading.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Diffstat (limited to 'tests/ref/fate/film-cvid-pcm-stereo-8bit')
-rw-r--r-- | tests/ref/fate/film-cvid-pcm-stereo-8bit | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/ref/fate/film-cvid-pcm-stereo-8bit b/tests/ref/fate/film-cvid-pcm-stereo-8bit index ebe0fc45ca..3566b0f85a 100644 --- a/tests/ref/fate/film-cvid-pcm-stereo-8bit +++ b/tests/ref/fate/film-cvid-pcm-stereo-8bit @@ -1,5 +1,5 @@ -1, 0, 88192, 0x23bb50ae 0, 0, 107520, 0xa6c9fdd2 +1, 0, 88192, 0x23bb50ae 0, 3000, 107520, 0x61eb28c1 0, 6000, 107520, 0x45e20af7 0, 9000, 107520, 0x45e20af7 @@ -31,8 +31,8 @@ 0, 81000, 107520, 0xee7324f0 0, 84000, 107520, 0xe15025b3 0, 87000, 107520, 0xe15025b3 -1, 90000, 44112, 0x18fed048 0, 90000, 107520, 0x8afa312e +1, 90000, 44112, 0x18fed048 0, 93000, 107520, 0x8afa312e 0, 96000, 107520, 0x717a7d0f 0, 99000, 107520, 0x717a7d0f @@ -65,8 +65,8 @@ 0, 171000, 107520, 0x14147bd6 0, 174000, 107520, 0x07d54bec 0, 177000, 107520, 0x07d54bec -1, 180000, 44112, 0xddc19d91 0, 180000, 107520, 0xe287a0a7 +1, 180000, 44112, 0xddc19d91 0, 183000, 107520, 0xe287a0a7 0, 186000, 107520, 0xc023a14d 0, 189000, 107520, 0xc023a14d @@ -99,8 +99,8 @@ 0, 261000, 107520, 0x3e0e4d8d 0, 264000, 107520, 0xd268865b 0, 267000, 107520, 0xd268865b -1, 270000, 44112, 0x99c8c3d9 0, 270000, 107520, 0x89a4efeb +1, 270000, 44112, 0x99c8c3d9 0, 273000, 107520, 0x89a4efeb 0, 276000, 107520, 0x70ca2478 0, 279000, 107520, 0x70ca2478 @@ -133,8 +133,8 @@ 0, 351000, 107520, 0x3a1d7571 0, 354000, 107520, 0x3a1d7571 0, 357000, 107520, 0x3a1d7571 -1, 360000, 44112, 0x9e475274 0, 360000, 107520, 0xe974733e +1, 360000, 44112, 0x9e475274 0, 363000, 107520, 0xe974733e 0, 366000, 107520, 0x999c6fbf 0, 369000, 107520, 0x999c6fbf @@ -167,8 +167,8 @@ 0, 441000, 107520, 0xfce5fd07 0, 444000, 107520, 0xd993f193 0, 447000, 107520, 0xd993f193 -1, 450000, 44112, 0xb8f86e48 0, 450000, 107520, 0x4d48e7b4 +1, 450000, 44112, 0xb8f86e48 0, 453000, 107520, 0x4d48e7b4 0, 456000, 107520, 0x61ccdf83 0, 459000, 107520, 0x61ccdf83 @@ -201,8 +201,8 @@ 0, 531000, 107520, 0xf464c343 0, 534000, 107520, 0xf464c343 0, 537000, 107520, 0xf464c343 -1, 540000, 44112, 0xe0ac619f 0, 540000, 107520, 0xf464c343 +1, 540000, 44112, 0xe0ac619f 0, 543000, 107520, 0xf464c343 0, 546000, 107520, 0xf2b2c712 0, 549000, 107520, 0xf2b2c712 @@ -235,8 +235,8 @@ 0, 621000, 107520, 0x5ecc379e 0, 624000, 107520, 0xea09432a 0, 627000, 107520, 0xea09432a -1, 630000, 44112, 0x00000000 0, 630000, 107520, 0xe01e6b73 +1, 630000, 44112, 0x00000000 0, 633000, 107520, 0xe01e6b73 0, 636000, 107520, 0x1d13bba8 0, 639000, 107520, 0x1d13bba8 |