diff options
author | Jan Ekström <jeebjp@gmail.com> | 2014-02-14 14:48:19 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-02-14 21:38:00 +0100 |
commit | efec857c9f70113bdbcc18e03a5bcadcdca9f9a1 (patch) | |
tree | 7153b5a386fd08788b9baf59c8e648f263538715 /tests/fate/utvideo.mak | |
parent | 92225877cee1b6327da3b28b624a35e1ca4d112f (diff) | |
download | ffmpeg-efec857c9f70113bdbcc18e03a5bcadcdca9f9a1.tar.gz |
utvideoenc: Enable support for multiple slices and use them
The official Ut Video decoder only threads with slices, thus until
now any files encoded by the libavcodec encoder have only been
decodable with a single thread. The default slice count is now
set to subsampled_height / 120.
Also sets slices to 1 for the Ut Video encoder tests to keep them
green.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate/utvideo.mak')
-rw-r--r-- | tests/fate/utvideo.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/utvideo.mak b/tests/fate/utvideo.mak index 6ec206b12e..1e4755e355 100644 --- a/tests/fate/utvideo.mak +++ b/tests/fate/utvideo.mak @@ -28,7 +28,7 @@ fate-utvideo_yuv422_median: CMD = framecrc -i $(TARGET_SAMPLES)/utvideo/utvideo_ FATE_SAMPLES_AVCONV-$(call DEMDEC, AVI, UTVIDEO) += $(FATE_UTVIDEO) fate-utvideo: $(FATE_UTVIDEO) -fate-utvideoenc%: CMD = framemd5 -f image2 -vcodec pgmyuv -i $(TARGET_PATH)/tests/vsynth1/%02d.pgm -vcodec utvideo -sws_flags +accurate_rnd+bitexact ${OPTS} +fate-utvideoenc%: CMD = framemd5 -f image2 -vcodec pgmyuv -i $(TARGET_PATH)/tests/vsynth1/%02d.pgm -vcodec utvideo -slices 1 -sws_flags +accurate_rnd+bitexact ${OPTS} FATE_UTVIDEOENC += fate-utvideoenc_rgba_left fate-utvideoenc_rgba_left: OPTS = -pix_fmt rgba -pred left |