Commit b690a24b authored by cehoyos's avatar cehoyos

Sort VdpPictureInfo alphabetically.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16705 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6d43dbec
...@@ -70,8 +70,8 @@ struct vdpau_render_state { ...@@ -70,8 +70,8 @@ struct vdpau_render_state {
/** picture parameter information for all supported codecs */ /** picture parameter information for all supported codecs */
union VdpPictureInfo { union VdpPictureInfo {
VdpPictureInfoMPEG1Or2 mpeg;
VdpPictureInfoH264 h264; VdpPictureInfoH264 h264;
VdpPictureInfoMPEG1Or2 mpeg;
VdpPictureInfoVC1 vc1; VdpPictureInfoVC1 vc1;
} info; } info;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment