diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-01-25 22:10:13 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-01-25 22:10:13 +0000 |
commit | f038fe8b4a023351c82afcc901891097fa9b0d29 (patch) | |
tree | 1e0e50a7f24a781d7d23c0d9895c6621bad0316b /ffmpeg.c | |
parent | 82e415b1fcdf09a0a5ec099cd55a9d03efd51d15 (diff) | |
download | ffmpeg-f038fe8b4a023351c82afcc901891097fa9b0d29.tar.gz |
warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it
Originally committed as revision 4898 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1172,7 +1172,7 @@ static int output_packet(AVInputStream *ist, int ist_index, int data_size, got_picture; AVFrame picture; void *buffer_to_free; - static int samples_size= 0; + static unsigned int samples_size= 0; static short *samples= NULL; AVSubtitle subtitle, *subtitle_to_free; int got_subtitle; |