diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-02-07 11:03:33 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-02-26 07:48:45 +0100 |
commit | 832ba44d8d91d5c5ad47843085f810bde74a2e6d (patch) | |
tree | 6a43af2787cd300759e2fdc9006e78ab19d9a13b /tests/ref/fate/nuv | |
parent | 87d7a92b62ad9b582afa0d4006c5a387e7a1bdac (diff) | |
download | ffmpeg-832ba44d8d91d5c5ad47843085f810bde74a2e6d.tar.gz |
avconv: saner output video timebase.
r_frame_rate should in theory have something to do with input framerate,
but in practice it is often made up from thin air by lavf. So unless we
are targeting a constant output framerate, it's better to just use input
stream timebase.
Brings back dropped frames in nuv and cscd tests introduced in
cd1ad18a6539bd7fc2dc4c1740fbcbd498c0c0a2
Diffstat (limited to 'tests/ref/fate/nuv')
-rw-r--r-- | tests/ref/fate/nuv | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/tests/ref/fate/nuv b/tests/ref/fate/nuv index 23a6a93e9f..3607164b98 100644 --- a/tests/ref/fate/nuv +++ b/tests/ref/fate/nuv @@ -1,4 +1,4 @@ -#tb 0: 100/2997 +#tb 0: 1/1000 #tb 1: 1/44100 1, 0, 0, 1024, 4096, 0x00000000 1, 1024, 1024, 1024, 4096, 0x4dfae7a6 @@ -6,23 +6,24 @@ 1, 3072, 3072, 1024, 4096, 0x7b86e310 1, 4096, 4096, 1024, 4096, 0x611cece5 1, 5120, 5120, 1024, 4096, 0xb7d8e872 -0, 4, 4, 1, 460800, 0x54aedafe +0, 118, 118, 0, 460800, 0x54aedafe 1, 6144, 6144, 1024, 4096, 0x072ef72b +0, 152, 152, 0, 460800, 0xb7aa8b56 1, 7168, 7168, 1024, 4096, 0xb3560144 -0, 5, 5, 1, 460800, 0xb7aa8b56 +0, 177, 177, 0, 460800, 0x283ea3b5 1, 8192, 8192, 1024, 4096, 0x0a3d119e -0, 6, 6, 1, 460800, 0x283ea3b5 +0, 202, 202, 0, 460800, 0x283ea3b5 1, 9216, 9216, 1024, 4096, 0xbe391aa4 1, 10240, 10240, 1024, 4096, 0x28f7c6e5 -0, 7, 7, 1, 460800, 0x10e577de +0, 235, 235, 0, 460800, 0x10e577de 1, 11264, 11264, 1024, 4096, 0xca9d9df2 -0, 8, 8, 1, 460800, 0x4e091ee2 +0, 269, 269, 0, 460800, 0x4e091ee2 1, 12288, 12288, 1024, 4096, 0x5c6b95a9 -0, 9, 9, 1, 460800, 0x2ea88828 1, 13312, 13312, 1024, 4096, 0x0bdfc0bf +0, 302, 302, 0, 460800, 0x2ea88828 1, 14336, 14336, 1024, 4096, 0xd95a9277 -0, 10, 10, 1, 460800, 0x4b7f4df0 +0, 335, 335, 0, 460800, 0x4b7f4df0 1, 15360, 15360, 1024, 4096, 0xae2bef2c -0, 11, 11, 1, 460800, 0xb30eb322 +0, 369, 369, 0, 460800, 0xb30eb322 1, 16384, 16384, 1024, 4096, 0xbf031e83 1, 17408, 17408, 1024, 4096, 0x4c83e2d1 |