[FFmpeg-devel] [PATCH] dpxenc: also test 10 and 16 bit formats.

Michael Niedermayer michaelni at gmx.at
Sat Apr 7 01:58:23 CEST 2012


On Fri, Apr 06, 2012 at 05:57:05PM +0200, Reimar Döffinger wrote:
> Signed-off-by: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
> ---
>  tests/lavf-regression.sh |    2 ++
>  tests/ref/lavf/dpx       |    6 ++++++
>  2 files changed, 8 insertions(+)
> 
> diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh
> index f0fcac3..6174370 100755
> --- a/tests/lavf-regression.sh
> +++ b/tests/lavf-regression.sh
> @@ -221,6 +221,8 @@ fi
>  
>  if [ -n "$do_dpx" ] ; then
>  do_image_formats dpx
> +do_image_formats dpx "-pix_fmt rgb48"
> +do_image_formats dpx "-pix_fmt rgb48 -bits_per_raw_sample 10"
>  fi
>  
>  if [ -n "$do_xwd" ] ; then
> diff --git a/tests/ref/lavf/dpx b/tests/ref/lavf/dpx
> index a852ae0..2160809 100644
> --- a/tests/ref/lavf/dpx
> +++ b/tests/ref/lavf/dpx
> @@ -1,3 +1,9 @@
>  808ea110635774252439722a48329d61 *./tests/data/images/dpx/02.dpx
>  ./tests/data/images/dpx/%02d.dpx CRC=0x6da01946
>  305792 ./tests/data/images/dpx/02.dpx
> +5e1a777fa3f4094c9c4dd989cf9e8e8b *./tests/data/images/dpx/02.dpx
> +./tests/data/images/dpx/%02d.dpx CRC=0xe5b9c023
> +609920 ./tests/data/images/dpx/02.dpx
> +13dc41b1e1e36399a5e1f8b7e3344a81 *./tests/data/images/dpx/02.dpx
> +./tests/data/images/dpx/%02d.dpx CRC=0xf38d5830
> +407168 ./tests/data/images/dpx/02.dpx

fails on ppc, id guess we missed LE vs BE in the pixel format

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Good people do not need laws to tell them to act responsibly, while bad
people will find a way around the laws. -- Plato
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120407/4ee13f08/attachment.asc>


More information about the ffmpeg-devel mailing list