[FFmpeg-cvslog] fate: try to force le for the dpx decoder side too

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sat Apr 7 14:03:53 CEST 2012


On Sat, Apr 07, 2012 at 01:56:05PM +0200, Michael Niedermayer wrote:
> ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Apr  7 12:47:10 2012 +0200| [087b9c326f8c940cefcb0c2fef507ad344c626f5] | committer: Michael Niedermayer
> 
> fate: try to force le for the dpx decoder side too
> 
> Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> 
> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=087b9c326f8c940cefcb0c2fef507ad344c626f5
> ---
> 
>  tests/lavf-regression.sh |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh
> index b757c57..df5cba7 100755
> --- a/tests/lavf-regression.sh
> +++ b/tests/lavf-regression.sh
> @@ -222,8 +222,8 @@ fi
>  
>  if [ -n "$do_dpx" ] ; then
>  do_image_formats dpx
> -do_image_formats dpx "-pix_fmt rgb48le"
> -do_image_formats dpx "-pix_fmt rgb48le -bits_per_raw_sample 10"
> +do_image_formats dpx "-pix_fmt rgb48le" "-pix_fmt rgb48le"
> +do_image_formats dpx "-pix_fmt rgb48le -bits_per_raw_sample 10" "-pix_fmt rgb48le"

Hmm... I let myself trick by looking at the wrong place in the decoder.
It should be necessary for the 10 bit case, but only for that (the ppc
FATE results match that, there is only one single line mismatching).


More information about the ffmpeg-cvslog mailing list