diff bethsoftvid.c @ 2232:77ed2f4105b7 libavformat

bethsoftvid: use correct type for size passed to av_fast_realloc()
author mru
date Sun, 08 Jul 2007 13:42:42 +0000
parents 1a3c9056982a
children 7eb456c4ed8a
line wrap: on
line diff
--- a/bethsoftvid.c	Sun Jul 08 03:16:59 2007 +0000
+++ b/bethsoftvid.c	Sun Jul 08 13:42:42 2007 +0000
@@ -104,7 +104,7 @@
     int code;
     int bytes_copied = 0;
     int position;
-    size_t vidbuf_capacity;
+    unsigned int vidbuf_capacity;
 
     vidbuf_start = av_malloc(vidbuf_capacity = BUFFER_PADDING_SIZE);
     if(!vidbuf_start)