Commit 0d9becc7 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Sort VdpPictureInfo alphabetically.

Originally committed as revision 16705 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6c7c44ee
......@@ -70,8 +70,8 @@ struct vdpau_render_state {
/** picture parameter information for all supported codecs */
union VdpPictureInfo {
VdpPictureInfoMPEG1Or2 mpeg;
VdpPictureInfoH264 h264;
VdpPictureInfoMPEG1Or2 mpeg;
VdpPictureInfoVC1 vc1;
} 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