• Philip Langdale's avatar
    avcodec/vdpau: Re-factor pre-hwaccel helper functions into separate header · 9ae766d1
    Philip Langdale authored
    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: 's avatarPhilip Langdale <philipl@overt.org>
    9ae766d1
h264_picture.c 7.42 KB