comparison vdpau.h @ 8553:6ce9f5616a57 libavcodec

Rename bitstreamBuffers* as bitstream_buffers*
author cehoyos
date Wed, 07 Jan 2009 23:42:07 +0000
parents 5800aecff5f8
children 8b80f8285b1b
comparison
equal deleted inserted replaced
8552:d0e2e91f9fb5 8553:6ce9f5616a57
72 union VdpPictureInfo { 72 union VdpPictureInfo {
73 VdpPictureInfoH264 h264; 73 VdpPictureInfoH264 h264;
74 } info; 74 } info;
75 75
76 /** Describe size/location of the compressed video data. */ 76 /** Describe size/location of the compressed video data. */
77 int bitstreamBuffersAllocated; 77 int bitstream_buffers_allocated;
78 int bitstreamBuffersUsed; 78 int bitstream_buffers_used;
79 VdpBitstreamBuffer *bitstreamBuffers; 79 VdpBitstreamBuffer *bitstream_buffers;
80 }; 80 };
81 81
82 /* @}*/ 82 /* @}*/
83 83
84 #endif /* AVCODEC_VDPAU_H */ 84 #endif /* AVCODEC_VDPAU_H */