diff aviobuf.c @ 122:013a7a0f2a1f libavformat

* keeping compiler happy and quiet
author kabi
date Wed, 23 Apr 2003 18:38:34 +0000
parents 69ed49c151bf
children a313e1080322
line wrap: on
line diff
--- a/aviobuf.c	Wed Apr 23 08:58:42 2003 +0000
+++ b/aviobuf.c	Wed Apr 23 18:38:34 2003 +0000
@@ -556,7 +556,6 @@
 {
     DynBuffer *d = opaque;
     int new_size, new_allocated_size;
-    uint8_t *new_buffer;
     
     /* reallocate buffer if needed */
     new_size = d->pos + buf_size;