diff options
author | Zdenek Kabelac <kabi@informatics.muni.cz> | 2003-04-23 18:38:34 +0000 |
---|---|---|
committer | Zdenek Kabelac <kabi@informatics.muni.cz> | 2003-04-23 18:38:34 +0000 |
commit | 546031ee868c2b1b61c5878051e50c2bbad34096 (patch) | |
tree | 8a6d0c7de420af9d7bb4b4d8ab7168a10ee232a2 /libavformat/aviobuf.c | |
parent | b6a17df4381d7d7b257ae7b939fe891dfae4d912 (diff) | |
download | ffmpeg-546031ee868c2b1b61c5878051e50c2bbad34096.tar.gz |
* keeping compiler happy and quiet
Originally committed as revision 1817 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/aviobuf.c')
-rw-r--r-- | libavformat/aviobuf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/aviobuf.c b/libavformat/aviobuf.c index 11d00f239d..6e5be72261 100644 --- a/libavformat/aviobuf.c +++ b/libavformat/aviobuf.c @@ -556,7 +556,6 @@ static void dyn_buf_write(void *opaque, uint8_t *buf, int buf_size) { DynBuffer *d = opaque; int new_size, new_allocated_size; - uint8_t *new_buffer; /* reallocate buffer if needed */ new_size = d->pos + buf_size; |