summaryrefslogtreecommitdiff
path: root/libavcodec/vdpauvideo.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2009-01-05 18:44:32 +0000
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2009-01-05 18:44:32 +0000
commit5d9c0615be5ab1b21ed4f4b4a8da3eb12057cecf (patch)
tree31acfc5f2c297e6591ca4fd9140be689447e086b /libavcodec/vdpauvideo.c
parent6d8b21f3e816615f5553d992fdd96d4e7253309e (diff)
Ministry of English Composition treatment: s/Alloced/Allocated
Originally committed as revision 16439 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vdpauvideo.c')
-rw-r--r--libavcodec/vdpauvideo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vdpauvideo.c b/libavcodec/vdpauvideo.c
index 0ac05eb89c..ab4a04868e 100644
--- a/libavcodec/vdpauvideo.c
+++ b/libavcodec/vdpauvideo.c
@@ -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)
);