changeset 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 992e2f8bfba7
files vdpau_render.h vdpauvideo.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/vdpau_render.h	Mon Jan 05 14:46:04 2009 +0000
+++ b/vdpau_render.h	Mon Jan 05 18:44:32 2009 +0000
@@ -74,7 +74,7 @@
     } info;
 
     /** Describe size/location of the compressed video data. */
-    int bitstreamBuffersAlloced;
+    int bitstreamBuffersAllocated;
     int bitstreamBuffersUsed;
     VdpBitstreamBuffer *bitstreamBuffers;
 };
--- a/vdpauvideo.c	Mon Jan 05 14:46:04 2009 +0000
+++ b/vdpauvideo.c	Mon Jan 05 18:44:32 2009 +0000
@@ -119,7 +119,7 @@
 
     render->bitstreamBuffers= av_fast_realloc(
         render->bitstreamBuffers,
-        &render->bitstreamBuffersAlloced,
+        &render->bitstreamBuffersAllocated,
         sizeof(*render->bitstreamBuffers)*(render->bitstreamBuffersUsed + 1)
     );