comparison vdpau.h @ 10534:4cd2ef16fb63 libavcodec

Cosmetics: Fix indentation.
author cehoyos
date Mon, 16 Nov 2009 01:56:47 +0000
parents cdf5b1ed3500
children 190efe3dee2b
comparison
equal deleted inserted replaced
10533:d5339724d6ce 10534:4cd2ef16fb63
68 68
69 int state; ///< Holds FF_VDPAU_STATE_* values. 69 int state; ///< Holds FF_VDPAU_STATE_* values.
70 70
71 /** picture parameter information for all supported codecs */ 71 /** picture parameter information for all supported codecs */
72 union VdpPictureInfo { 72 union VdpPictureInfo {
73 VdpPictureInfoH264 h264; 73 VdpPictureInfoH264 h264;
74 VdpPictureInfoMPEG1Or2 mpeg; 74 VdpPictureInfoMPEG1Or2 mpeg;
75 VdpPictureInfoVC1 vc1; 75 VdpPictureInfoVC1 vc1;
76 VdpPictureInfoMPEG4Part2 mpeg4; 76 VdpPictureInfoMPEG4Part2 mpeg4;
77 } info; 77 } info;
78 78
79 /** Describe size/location of the compressed video data. 79 /** Describe size/location of the compressed video data.
80 Set to 0 when freeing bitstream_buffers. */ 80 Set to 0 when freeing bitstream_buffers. */