OSDN Git Service

Cosmetics: Fix indentation.
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Mon, 16 Nov 2009 01:56:47 +0000 (01:56 +0000)
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Mon, 16 Nov 2009 01:56:47 +0000 (01:56 +0000)
Originally committed as revision 20542 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/vdpau.h

index eaa917d..a8fa4d3 100644 (file)
@@ -70,9 +70,9 @@ struct vdpau_render_state {
 
     /** picture parameter information for all supported codecs */
     union VdpPictureInfo {
-        VdpPictureInfoH264     h264;
-        VdpPictureInfoMPEG1Or2 mpeg;
-        VdpPictureInfoVC1       vc1;
+        VdpPictureInfoH264        h264;
+        VdpPictureInfoMPEG1Or2    mpeg;
+        VdpPictureInfoVC1          vc1;
         VdpPictureInfoMPEG4Part2 mpeg4;
     } info;