Re: [FFmpeg-devel] [PATCH] avcodec/vdpau: clean up vdpau_internal.h

2016-08-04 Thread James Almer
On 8/4/2016 4:32 AM, Carl Eugen Hoyos wrote: > 2016-08-03 6:30 GMT+02:00 James Almer : >> Also don't include it on files that don't need it. >> >> This reduces differences with libav >> >> Signed-off-by: James Almer >> --- >> Untested with VDPAU enabled. > > The patch is probably ok if it does no

Re: [FFmpeg-devel] [PATCH] avcodec/vdpau: clean up vdpau_internal.h

2016-08-04 Thread Timothy Gu
On Thu, Aug 4, 2016 at 12:57 AM Carl Eugen Hoyos wrote: > 2016-08-03 6:30 GMT+02:00 James Almer : > > Also don't include it on files that don't need it. > > > > This reduces differences with libav > > > > Signed-off-by: James Almer > > --- > > Untested with VDPAU enabled. > > The patch is probab

Re: [FFmpeg-devel] [PATCH] avcodec/vdpau: clean up vdpau_internal.h

2016-08-04 Thread Carl Eugen Hoyos
2016-08-03 6:30 GMT+02:00 James Almer : > Also don't include it on files that don't need it. > > This reduces differences with libav > > Signed-off-by: James Almer > --- > Untested with VDPAU enabled. The patch is probably ok if it does not brake compilation with VDPAU enabled or disabled. Carl