9 Aug 2012 01:02
fate: add test for RTjpeg in nuv with frameheader
Janne Grunau <git <at> videolan.org>
2012-08-08 23:02:23 GMT
2012-08-08 23:02:23 GMT
ffmpeg | branch: master | Janne Grunau <janne-libav <at> jannau.net> | Mon Aug 6 19:43:36 2012 +0200| [69ac6400b8b77b200bce50d04292ea65c0edeefa] | committer: Janne Grunau fate: add test for RTjpeg in nuv with frameheader Renames the old test to allow using fate-nuv as group for all nuv tests. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=69ac6400b8b77b200bce50d04292ea65c0edeefa --- tests/fate/video.mak | 10 +++++-- tests/ref/fate/{nuv => nuv-rtjpeg} | 0 tests/ref/fate/nuv-rtjpeg-fh | 51 ++++++++++++++++++++++++++++++++++++ 3 files changed, 59 insertions(+), 2 deletions(-) diff --git a/tests/fate/video.mak b/tests/fate/video.mak index e173c4a..b36554f 100644 --- a/tests/fate/video.mak +++ b/tests/fate/video.mak <at> <at> -164,8 +164,14 <at> <at> FATE_SAMPLES_AVCONV += fate-mpeg2-field-enc fate-mpeg2-field-enc: CMD = framecrc -flags +bitexact -dct fastint -idct simple -i $(SAMPLES)/mpeg2/mpeg2_field_encoding.ts -an # FIXME dropped frames in this test because of coarse timebase -FATE_SAMPLES_AVCONV += fate-nuv -fate-nuv: CMD = framecrc -idct simple -i $(SAMPLES)/nuv/Today.nuv -an +FATE_NUV += fate-nuv-rtjpeg +fate-nuv-rtjpeg: CMD = framecrc -idct simple -i $(SAMPLES)/nuv/Today.nuv -an +(Continue reading)
RSS Feed