# HG changeset patch # User cehoyos # Date 1232492005 0 # Node ID aa3670eccc1668c32f6b9bcaefe9a5532ae2fbf1 # Parent 6fa5b0727ddd353bc9702e5888bc18bda696317b Sort VdpPictureInfo alphabetically. diff -r 6fa5b0727ddd -r aa3670eccc16 vdpau.h --- 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;