Commit c4e4475c authored by cehoyos's avatar cehoyos

Ministry of English Composition treatment: s/Alloced/Allocated

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16439 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1c2bc296
......@@ -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