changeset 10534:4cd2ef16fb63 libavcodec

Cosmetics: Fix indentation.
author cehoyos
date Mon, 16 Nov 2009 01:56:47 +0000
parents d5339724d6ce
children 95f3daa991a2
files vdpau.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/vdpau.h	Sun Nov 15 19:40:44 2009 +0000
+++ b/vdpau.h	Mon Nov 16 01:56:47 2009 +0000
@@ -70,9 +70,9 @@
 
     /** picture parameter information for all supported codecs */
     union VdpPictureInfo {
-        VdpPictureInfoH264     h264;
-        VdpPictureInfoMPEG1Or2 mpeg;
-        VdpPictureInfoVC1       vc1;
+        VdpPictureInfoH264        h264;
+        VdpPictureInfoMPEG1Or2    mpeg;
+        VdpPictureInfoVC1          vc1;
         VdpPictureInfoMPEG4Part2 mpeg4;
     } info;