# HG changeset patch # User cehoyos # Date 1258336607 0 # Node ID 4cd2ef16fb631c8c4e1482725af9fbce4184b55c # Parent d5339724d6ceba358010690c3ea67038c17360d0 Cosmetics: Fix indentation. diff -r d5339724d6ce -r 4cd2ef16fb63 vdpau.h --- 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;