Re: [libav-devel] [PATCH] vaapi_h265: Include header for slice types

2016-10-17 Thread Diego Biurrun
On Mon, Oct 17, 2016 at 01:51:53AM +0200, Luca Barbato wrote:
> On 17/10/2016 01:03, Mark Thompson wrote:
> > --- a/libavcodec/vaapi_encode_h265.c
> > +++ b/libavcodec/vaapi_encode_h265.c
> > @@ -25,7 +25,7 @@
> > 
> >  #include "avcodec.h"
> > -#include "hevc.h"
> > +#include "hevcdec.h"
> >  #include "internal.h"
> >  #include "put_bits.h"
> >  #include "vaapi_encode.h"
> > 
> 
> Ok... I wonder if I can setup some of the fate oracles to build with vaapi.

Ping me about it on IRC later please.

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


Re: [libav-devel] [PATCH] vaapi_h265: Include header for slice types

2016-10-16 Thread Luca Barbato
On 17/10/2016 01:03, Mark Thompson wrote:
> The include was changed correctly in 4abe3b049d987420eb891f74a35af2cebbf52144,
> but then mistakenly changed back by c359d624d3efc3fd1d83210d78c4152bd329b765
> (it's not just the NAL unit types which are used).
> ---
> Building is currently broken with libva supporting H.265, this fixes it.
> 
> 
>  libavcodec/vaapi_encode_h265.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavcodec/vaapi_encode_h265.c b/libavcodec/vaapi_encode_h265.c
> index 776c228..ed36ef4 100644
> --- a/libavcodec/vaapi_encode_h265.c
> +++ b/libavcodec/vaapi_encode_h265.c
> @@ -25,7 +25,7 @@
>  #include "libavutil/pixfmt.h"
> 
>  #include "avcodec.h"
> -#include "hevc.h"
> +#include "hevcdec.h"
>  #include "internal.h"
>  #include "put_bits.h"
>  #include "vaapi_encode.h"
> 

Ok... I wonder if I can setup some of the fate oracles to build with vaapi.

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


[libav-devel] [PATCH] vaapi_h265: Include header for slice types

2016-10-16 Thread Mark Thompson
The include was changed correctly in 4abe3b049d987420eb891f74a35af2cebbf52144,
but then mistakenly changed back by c359d624d3efc3fd1d83210d78c4152bd329b765
(it's not just the NAL unit types which are used).
---
Building is currently broken with libva supporting H.265, this fixes it.


 libavcodec/vaapi_encode_h265.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/vaapi_encode_h265.c b/libavcodec/vaapi_encode_h265.c
index 776c228..ed36ef4 100644
--- a/libavcodec/vaapi_encode_h265.c
+++ b/libavcodec/vaapi_encode_h265.c
@@ -25,7 +25,7 @@
 #include "libavutil/pixfmt.h"

 #include "avcodec.h"
-#include "hevc.h"
+#include "hevcdec.h"
 #include "internal.h"
 #include "put_bits.h"
 #include "vaapi_encode.h"
-- 
2.9.3

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