# HG changeset patch # User mru # Date 1183902162 0 # Node ID 77ed2f4105b716c3307f7201461e78ff6d2c59b1 # Parent 7ad682f38b9adc7a70c9c8419ede2b6d8033f885 bethsoftvid: use correct type for size passed to av_fast_realloc() diff -r 7ad682f38b9a -r 77ed2f4105b7 bethsoftvid.c --- 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)