changeset 8633:aa3670eccc16 libavcodec

Sort VdpPictureInfo alphabetically.
author cehoyos
date Tue, 20 Jan 2009 22:53:25 +0000
parents 6fa5b0727ddd
children 33912b3ea952
files vdpau.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vdpau.h	Tue Jan 20 09:36:28 2009 +0000
+++ b/vdpau.h	Tue Jan 20 22:53:25 2009 +0000
@@ -70,8 +70,8 @@
 
     /** picture parameter information for all supported codecs */
     union VdpPictureInfo {
+        VdpPictureInfoH264     h264;
         VdpPictureInfoMPEG1Or2 mpeg;
-        VdpPictureInfoH264     h264;
         VdpPictureInfoVC1       vc1;
     } info;