summaryrefslogtreecommitdiff
path: root/libavcodec/shorten.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-01-25 22:10:13 +0000
committerDiego Biurrun <diego@biurrun.de>2006-01-25 22:10:13 +0000
commitf038fe8b4a023351c82afcc901891097fa9b0d29 (patch)
tree1e0e50a7f24a781d7d23c0d9895c6621bad0316b /libavcodec/shorten.c
parent82e415b1fcdf09a0a5ec099cd55a9d03efd51d15 (diff)
warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it
Originally committed as revision 4898 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/shorten.c')
-rw-r--r--libavcodec/shorten.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/shorten.c b/libavcodec/shorten.c
index 22ed3568a8..4d80d40a56 100644
--- a/libavcodec/shorten.c
+++ b/libavcodec/shorten.c
@@ -84,7 +84,7 @@ typedef struct ShortenContext {
uint8_t *bitstream;
int bitstream_size;
int bitstream_index;
- int allocated_bitstream_size;
+ unsigned int allocated_bitstream_size;
int header_size;
uint8_t header[OUT_BUFFER_SIZE];
int version;