You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Merge commit 'dad5fd59f3d6a8311365314cfcde0ebcd15c2b01'
* commit 'dad5fd59f3d6a8311365314cfcde0ebcd15c2b01': tests: Enable CRC test for yuv4mpeg Merged-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -235,7 +235,7 @@ fi
|
|||||||
if [ -n "$do_yuv4mpeg" ] ; then
|
if [ -n "$do_yuv4mpeg" ] ; then
|
||||||
file=${outfile}lavf.y4m
|
file=${outfile}lavf.y4m
|
||||||
do_avconv $file $DEC_OPTS -f image2 -vcodec pgmyuv -i $raw_src $ENC_OPTS -t 1 -qscale 10
|
do_avconv $file $DEC_OPTS -f image2 -vcodec pgmyuv -i $raw_src $ENC_OPTS -t 1 -qscale 10
|
||||||
#do_avconv_crc $file -i $target_path/$file
|
do_avconv_crc $file -i $target_path/$file
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$do_fits" ] ; then
|
if [ -n "$do_fits" ] ; then
|
||||||
|
@@ -1,2 +1,3 @@
|
|||||||
ec8178cb152f9cdbfd9cb724d977db2e *./tests/data/lavf/lavf.y4m
|
ec8178cb152f9cdbfd9cb724d977db2e *./tests/data/lavf/lavf.y4m
|
||||||
3801808 ./tests/data/lavf/lavf.y4m
|
3801808 ./tests/data/lavf/lavf.y4m
|
||||||
|
./tests/data/lavf/lavf.y4m CRC=0x0a941f26
|
||||||
|
Reference in New Issue
Block a user