Paul B Mahol <[email protected]> writes:

> ---
>  tests/codec-regression.sh |    5 +++++
>  tests/ref/vsynth1/cljr    |    4 ++++
>  tests/ref/vsynth2/cljr    |    4 ++++
>  3 files changed, 13 insertions(+), 0 deletions(-)
>  create mode 100644 tests/ref/vsynth1/cljr
>  create mode 100644 tests/ref/vsynth2/cljr
>
> diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh
> index 0e6151b..a5365d3 100755
> --- a/tests/codec-regression.sh
> +++ b/tests/codec-regression.sh
> @@ -19,6 +19,11 @@ if [ -n "$do_aref" ]; then
>  do_avconv $pcm_ref -b 128k -ac 2 -ar 44100 -f s16le -i $pcm_src -f wav
>  fi
>  
> +if [ -n "$do_cljr" ] ; then
> +do_video_encoding cljr.avi "-qscale 10 -an -vcodec cljr"
> +do_video_decoding
> +fi

Drop the -qscale 10.  It has no effect for this encoder.

-- 
Måns Rullgård
[email protected]
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to