[FFmpeg-devel] [PATCH] avcodec/vdpau: Re-factor pre-hwaccel helper functions into separate header

2015-05-25 Thread Philip Langdale
h264.h and hevc.h are mutually exclusive due to defining some of the same names. As such, we need to avoid forcing h264.h to be included if we want hevc decode acceleration to be possible. However, some of the pre-hwaccel helper functions need h264.h. To avoid messy collisions, let's move the

Re: [FFmpeg-devel] [PATCH] avcodec/vdpau: Re-factor pre-hwaccel helper functions into separate header

2015-05-25 Thread Michael Niedermayer
On Mon, May 25, 2015 at 04:29:12PM -0700, Philip Langdale wrote: h264.h and hevc.h are mutually exclusive due to defining some of the same names. As such, we need to avoid forcing h264.h to be included if we want hevc decode acceleration to be possible. However, some of the pre-hwaccel

Re: [FFmpeg-devel] [PATCH] avcodec/vdpau: Re-factor pre-hwaccel helper functions into separate header

2015-05-25 Thread Philip Langdale
On Tue, 26 May 2015 02:21:43 +0200 Michael Niedermayer michae...@gmx.at wrote: On Mon, May 25, 2015 at 04:29:12PM -0700, Philip Langdale wrote: h264.h and hevc.h are mutually exclusive due to defining some of the same names. As such, we need to avoid forcing h264.h to be included if we