Ministry of English Composition treatment: s/Alloced/Allocated
Originally committed as revision 16439 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6d8b21f3e8
commit
5d9c0615be
@ -74,7 +74,7 @@ struct vdpau_render_state {
|
|||||||
} info;
|
} info;
|
||||||
|
|
||||||
/** Describe size/location of the compressed video data. */
|
/** Describe size/location of the compressed video data. */
|
||||||
int bitstreamBuffersAlloced;
|
int bitstreamBuffersAllocated;
|
||||||
int bitstreamBuffersUsed;
|
int bitstreamBuffersUsed;
|
||||||
VdpBitstreamBuffer *bitstreamBuffers;
|
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= av_fast_realloc(
|
||||||
render->bitstreamBuffers,
|
render->bitstreamBuffers,
|
||||||
&render->bitstreamBuffersAlloced,
|
&render->bitstreamBuffersAllocated,
|
||||||
sizeof(*render->bitstreamBuffers)*(render->bitstreamBuffersUsed + 1)
|
sizeof(*render->bitstreamBuffers)*(render->bitstreamBuffersUsed + 1)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user