diff --git a/libavcodec/vdpau.h b/libavcodec/vdpau.h index 7933a79172..df2aaced26 100644 --- a/libavcodec/vdpau.h +++ b/libavcodec/vdpau.h @@ -52,7 +52,7 @@ #include #include -union VdpPictureInfo { +union FFVdpPictureInfo { VdpPictureInfoH264 h264; VdpPictureInfoMPEG1Or2 mpeg; VdpPictureInfoVC1 vc1; @@ -88,7 +88,7 @@ typedef struct AVVDPAUContext { * * Set by libavcodec. */ - union VdpPictureInfo info; + union FFVdpPictureInfo info; /** * Allocated size of the bitstream_buffers table. @@ -143,7 +143,7 @@ struct vdpau_render_state { VdpBitstreamBuffer *bitstream_buffers; /** picture parameter information for all supported codecs */ - union VdpPictureInfo info; + union FFVdpPictureInfo info; }; /* @}*/