summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/vdpau.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/vdpau.h b/libavcodec/vdpau.h
index a8d708cd3b..37d212cd86 100644
--- a/libavcodec/vdpau.h
+++ b/libavcodec/vdpau.h
@@ -53,7 +53,7 @@
#include <vdpau/vdpau_x11.h>
#include "libavutil/avconfig.h"
-union FFVdpPictureInfo {
+union AVVDPAUPictureInfo {
VdpPictureInfoH264 h264;
VdpPictureInfoMPEG1Or2 mpeg;
VdpPictureInfoVC1 vc1;
@@ -89,7 +89,7 @@ typedef struct AVVDPAUContext {
*
* Set by libavcodec.
*/
- union FFVdpPictureInfo info;
+ union AVVDPAUPictureInfo info;
/**
* Allocated size of the bitstream_buffers table.
@@ -138,7 +138,7 @@ struct vdpau_render_state {
#if AV_HAVE_INCOMPATIBLE_LIBAV_ABI
/** picture parameter information for all supported codecs */
- union FFVdpPictureInfo info;
+ union AVVDPAUPictureInfo info;
#endif
/** Describe size/location of the compressed video data.
@@ -150,7 +150,7 @@ struct vdpau_render_state {
#if !AV_HAVE_INCOMPATIBLE_LIBAV_ABI
/** picture parameter information for all supported codecs */
- union FFVdpPictureInfo info;
+ union AVVDPAUPictureInfo info;
#endif
};