Re: [libav-devel] [PATCH 1/2] vda: Use the current hwaccel1 layout

2014-03-05 Thread Luca Barbato
On 05/03/14 13:48, Diego Biurrun wrote: > On Wed, Mar 05, 2014 at 01:29:59AM +0100, Luca Barbato wrote: >> --- a/libavcodec/vda.h >> +++ b/libavcodec/vda.h >> @@ -125,15 +129,119 @@ struct vda_context { >> +#if 0 > > ? > > Diego I couldn't find a better place to put the example functions and if

Re: [libav-devel] [PATCH 1/2] vda: Use the current hwaccel1 layout

2014-03-05 Thread Diego Biurrun
On Wed, Mar 05, 2014 at 01:29:59AM +0100, Luca Barbato wrote: > --- a/libavcodec/vda.h > +++ b/libavcodec/vda.h > @@ -125,15 +129,119 @@ struct vda_context { > +#if 0 ? Diego ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mai

[libav-devel] [PATCH 1/2] vda: Use the current hwaccel1 layout

2014-03-04 Thread Luca Barbato
Breaks compatibility on purpose the hardest way. --- libavcodec/Makefile | 2 +- libavcodec/vda.c | 29 libavcodec/vda.h | 124 ++ libavcodec/vda_h264.c | 106 ++ 4 files changed, 15