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/siff | |
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/siff')
-rw-r--r-- | tests/ref/fate/siff | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ref/fate/siff b/tests/ref/fate/siff index 2f67254b5d..05c12c2088 100644 --- a/tests/ref/fate/siff +++ b/tests/ref/fate/siff @@ -1,5 +1,5 @@ -1, 0, 44100, 0xd0a49e09 0, 0, 230400, 0x3bd1d731 +1, 0, 44100, 0xd0a49e09 0, 7500, 230400, 0x9d0774c3 0, 15000, 230400, 0xa0faafe2 0, 22500, 230400, 0x38325309 @@ -11,8 +11,8 @@ 0, 67500, 230400, 0x07178dd9 0, 75000, 230400, 0xf52b8db4 0, 82500, 230400, 0x2b70c1dc -1, 90000, 44100, 0xf151af4d 0, 90000, 230400, 0x8157a6e9 +1, 90000, 44100, 0xf151af4d 0, 97500, 230400, 0xd4a3c357 0, 105000, 230400, 0x703861bb 0, 112500, 230400, 0xa13cf75e @@ -24,8 +24,8 @@ 0, 157500, 230400, 0x22050962 0, 165000, 230400, 0x0f5c8a0d 0, 172500, 230400, 0x3475df44 -1, 180000, 44100, 0xecd3cd08 0, 180000, 230400, 0x65354e06 +1, 180000, 44100, 0xecd3cd08 0, 187500, 230400, 0xb9a01978 0, 195000, 230400, 0x15207ee1 0, 202500, 230400, 0x3b214f0b |