Changeset 9ae766d1 in ffmpeg

Timestamp:
May 26, 2015, 2:50:41 AM (10 years ago)
Author:
Philip Langdale <philipl@overt.org>
Branches:
master
Children:
5cddfc53
Parents:
7ed5d78d
git-author:
Philip Langdale <philipl@overt.org> (05/25/15 16:42:14)
git-committer:
Philip Langdale <philipl@overt.org> (05/26/15 02:50:41)
Message:

avcodec/vdpau: Re-factor pre-hwaccel helper functions into separate header

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 declaration of all those helpers to
a separate header which we will exclude for the hevc support (which will
be hwaccel-only).

Signed-off-by: Philip Langdale <philipl@overt.org>

(No files)

Note: See TracChangeset for help on using the changeset viewer.