Commit 5d9c0615 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Ministry of English Composition treatment: s/Alloced/Allocated

Originally committed as revision 16439 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6d8b21f3
......@@ -74,7 +74,7 @@ struct vdpau_render_state {
} info;
/** Describe size/location of the compressed video data. */
int bitstreamBuffersAlloced;
int bitstreamBuffersAllocated;
int bitstreamBuffersUsed;
VdpBitstreamBuffer *bitstreamBuffers;
};
......
......@@ -119,7 +119,7 @@ void ff_VDPAU_h264_add_data_chunk(H264Context *h, const uint8_t *buf, int buf_si
render->bitstreamBuffers= av_fast_realloc(
render->bitstreamBuffers,
&render->bitstreamBuffersAlloced,
&render->bitstreamBuffersAllocated,
sizeof(*render->bitstreamBuffers)*(render->bitstreamBuffersUsed + 1)
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment