comparison vdpau_render.h @ 8529:1cb8c8e14a0a libavcodec

Ministry of English Composition treatment: s/Alloced/Allocated
author cehoyos
date Mon, 05 Jan 2009 18:44:32 +0000
parents 84ee6c59e2b0
children
comparison
equal deleted inserted replaced
8528:84ee6c59e2b0 8529:1cb8c8e14a0a
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 bitstreamBuffersAlloced; 77 int bitstreamBuffersAllocated;
78 int bitstreamBuffersUsed; 78 int bitstreamBuffersUsed;
79 VdpBitstreamBuffer *bitstreamBuffers; 79 VdpBitstreamBuffer *bitstreamBuffers;
80 }; 80 };
81 81
82 /* @}*/ 82 /* @}*/