summaryrefslogtreecommitdiffstats
path: root/third_party/ffmpeg/include/libavcodec/vdpau.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/ffmpeg/include/libavcodec/vdpau.h')
-rw-r--r--third_party/ffmpeg/include/libavcodec/vdpau.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/ffmpeg/include/libavcodec/vdpau.h b/third_party/ffmpeg/include/libavcodec/vdpau.h
index a28ad7f..53dbd7c 100644
--- a/third_party/ffmpeg/include/libavcodec/vdpau.h
+++ b/third_party/ffmpeg/include/libavcodec/vdpau.h
@@ -70,8 +70,9 @@ struct vdpau_render_state {
/** picture parameter information for all supported codecs */
union VdpPictureInfo {
- VdpPictureInfoMPEG1Or2 mpeg;
VdpPictureInfoH264 h264;
+ VdpPictureInfoMPEG1Or2 mpeg;
+ VdpPictureInfoVC1 vc1;
} info;
/** Describe size/location of the compressed video data. */