[FFmpeg-cvslog] r16705 - trunk/libavcodec/vdpau.h

cehoyos subversion
Tue Jan 20 23:53:26 CET 2009


Author: cehoyos
Date: Tue Jan 20 23:53:25 2009
New Revision: 16705

Log:
Sort VdpPictureInfo alphabetically.

Modified:
   trunk/libavcodec/vdpau.h

Modified: trunk/libavcodec/vdpau.h
==============================================================================
--- trunk/libavcodec/vdpau.h	Tue Jan 20 22:09:51 2009	(r16704)
+++ trunk/libavcodec/vdpau.h	Tue Jan 20 23:53:25 2009	(r16705)
@@ -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;
 




More information about the ffmpeg-cvslog mailing list