Re: [libav-devel] [PATCH 2/3] fate/hevc: specify output pixel format explicitly

2017-07-24 Thread Anton Khirnov
Quoting Hendrik Leppkes (2017-07-24 12:09:52)
> On Mon, Jul 24, 2017 at 11:46 AM, Anton Khirnov  wrote:
> > This allows running those tests with hwaccel.
> > ---
> >  tests/fate/hevc.mak | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/tests/fate/hevc.mak b/tests/fate/hevc.mak
> > index 5446969..fe3ef26 100644
> > --- a/tests/fate/hevc.mak
> > +++ b/tests/fate/hevc.mak
> > @@ -144,7 +144,7 @@ HEVC_SAMPLES_10BIT =\
> >
> >  define FATE_HEVC_TEST
> >  FATE_HEVC += fate-hevc-conformance-$(1)
> > -fate-hevc-conformance-$(1): CMD = framecrc -vsync 0 -i 
> > $(TARGET_SAMPLES)/hevc-conformance/$(1).bit
> > +fate-hevc-conformance-$(1): CMD = framecrc -vsync 0 -i 
> > $(TARGET_SAMPLES)/hevc-conformance/$(1).bit -pix_fmt yuv420p
> >  endef
> >
> >  define FATE_HEVC_TEST_10BIT
> 
> While you're in here, how about the 10-bit tests as well?

That's already done for 10bit, to get the same endianness everywhere.

-- 
Anton Khirnov
___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [PATCH 2/3] fate/hevc: specify output pixel format explicitly

2017-07-24 Thread Hendrik Leppkes
On Mon, Jul 24, 2017 at 11:46 AM, Anton Khirnov  wrote:
> This allows running those tests with hwaccel.
> ---
>  tests/fate/hevc.mak | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/fate/hevc.mak b/tests/fate/hevc.mak
> index 5446969..fe3ef26 100644
> --- a/tests/fate/hevc.mak
> +++ b/tests/fate/hevc.mak
> @@ -144,7 +144,7 @@ HEVC_SAMPLES_10BIT =\
>
>  define FATE_HEVC_TEST
>  FATE_HEVC += fate-hevc-conformance-$(1)
> -fate-hevc-conformance-$(1): CMD = framecrc -vsync 0 -i 
> $(TARGET_SAMPLES)/hevc-conformance/$(1).bit
> +fate-hevc-conformance-$(1): CMD = framecrc -vsync 0 -i 
> $(TARGET_SAMPLES)/hevc-conformance/$(1).bit -pix_fmt yuv420p
>  endef
>
>  define FATE_HEVC_TEST_10BIT

While you're in here, how about the 10-bit tests as well?

- Hendrik
___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

[libav-devel] [PATCH 2/3] fate/hevc: specify output pixel format explicitly

2017-07-24 Thread Anton Khirnov
This allows running those tests with hwaccel.
---
 tests/fate/hevc.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/fate/hevc.mak b/tests/fate/hevc.mak
index 5446969..fe3ef26 100644
--- a/tests/fate/hevc.mak
+++ b/tests/fate/hevc.mak
@@ -144,7 +144,7 @@ HEVC_SAMPLES_10BIT =\
 
 define FATE_HEVC_TEST
 FATE_HEVC += fate-hevc-conformance-$(1)
-fate-hevc-conformance-$(1): CMD = framecrc -vsync 0 -i 
$(TARGET_SAMPLES)/hevc-conformance/$(1).bit
+fate-hevc-conformance-$(1): CMD = framecrc -vsync 0 -i 
$(TARGET_SAMPLES)/hevc-conformance/$(1).bit -pix_fmt yuv420p
 endef
 
 define FATE_HEVC_TEST_10BIT
-- 
2.0.0

___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel