[FFmpeg-devel] [PATCH] Fix qtrle regression test, actually test qtrle.

Måns Rullgård mans
Sat Feb 12 00:22:15 CET 2011


Baptiste Coudurier <baptiste.coudurier at gmail.com> writes:

> ---
>  tests/codec-regression.sh |    4 ++--
>  tests/ref/vsynth1/qtrle   |    8 ++++----
>  tests/ref/vsynth2/qtrle   |    8 ++++----
>  3 files changed, 10 insertions(+), 10 deletions(-)
>
> diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh
> index b0a8423..34911d5 100755
> --- a/tests/codec-regression.sh
> +++ b/tests/codec-regression.sh
> @@ -249,8 +249,8 @@ do_video_decoding "" "-pix_fmt yuv420p"
>  fi
>
>  if [ -n "$do_qtrle" ] ; then
> -do_video_encoding qtrle.mov "" ""
> -do_video_decoding "" ""
> +do_video_encoding qtrle.mov "" "-an -vcodec qtrle"
> +do_video_decoding "" "-pix_fmt yuv420p"
>  fi

Why the -pix_fmt override?

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list