diff options
author | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2009-01-20 22:53:25 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2009-01-20 22:53:25 +0000 |
commit | 0d9becc77cd036f0b3eac4061eec12f19e46f9f6 (patch) | |
tree | 7f9bb53a8f341e6a99ca029d4faa456b07c7b184 /libavcodec/vdpau.h | |
parent | 6c7c44ee7ae3be5dcef5bba685fa375493c0b1f2 (diff) | |
download | ffmpeg-0d9becc77cd036f0b3eac4061eec12f19e46f9f6.tar.gz |
Sort VdpPictureInfo alphabetically.
Originally committed as revision 16705 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vdpau.h')
-rw-r--r-- | libavcodec/vdpau.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vdpau.h b/libavcodec/vdpau.h index 3d74fdd47d..53dbd7c02a 100644 --- a/libavcodec/vdpau.h +++ b/libavcodec/vdpau.h @@ -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; |