diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-05-09 16:25:02 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-05-18 19:38:40 +0200 |
commit | 74b961db77b5d3328f6c1eafde327cd0af23d0d6 (patch) | |
tree | 7a811c57f31b19164346c29c877fcc4b7eedf193 /tests/ref/fate/h264-conformance-cvmapaqp3_sony_e | |
parent | 755cd4197d53946208e042f095b930dca18d9430 (diff) | |
download | ffmpeg-74b961db77b5d3328f6c1eafde327cd0af23d0d6.tar.gz |
avconv: replace -vsync cfr code with the fps filter.
Invented timestamps for the h264 tests return to something resembling
sanity.
In the idroq-video-encode test when converting 25 fps -> 30 fps the
fifth frame gets duplicated instead of the sixth.
Diffstat (limited to 'tests/ref/fate/h264-conformance-cvmapaqp3_sony_e')
-rw-r--r-- | tests/ref/fate/h264-conformance-cvmapaqp3_sony_e | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/ref/fate/h264-conformance-cvmapaqp3_sony_e b/tests/ref/fate/h264-conformance-cvmapaqp3_sony_e index bf2835641a..094fc9848f 100644 --- a/tests/ref/fate/h264-conformance-cvmapaqp3_sony_e +++ b/tests/ref/fate/h264-conformance-cvmapaqp3_sony_e @@ -1,9 +1,9 @@ #tb 0: 1/25 -0, 2, 2, 1, 518400, 0x80dffda2 -0, 4, 4, 1, 518400, 0x9450183b -0, 6, 6, 1, 518400, 0x85d429a7 -0, 7, 7, 1, 518400, 0xe1f3b686 -0, 9, 9, 1, 518400, 0x2180c761 -0, 11, 11, 1, 518400, 0x30269c7c -0, 12, 12, 1, 518400, 0xe9aa575a -0, 13, 13, 1, 518400, 0x7b815a0a +0, 0, 0, 1, 518400, 0x80dffda2 +0, 1, 1, 1, 518400, 0x9450183b +0, 2, 2, 1, 518400, 0x85d429a7 +0, 3, 3, 1, 518400, 0xe1f3b686 +0, 4, 4, 1, 518400, 0x2180c761 +0, 5, 5, 1, 518400, 0x30269c7c +0, 6, 6, 1, 518400, 0xe9aa575a +0, 7, 7, 1, 518400, 0x7b815a0a |