Mercurial > libavformat.hg
changeset 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 | 7ad682f38b9a |
children | 886efa933499 |
files | bethsoftvid.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)