changeset 4873:6a1e340119df libavcodec

Remove unused variable.
author diego
date Sat, 21 Apr 2007 15:55:45 +0000
parents 334a964f6fc1
children f06463413858
files vc1.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vc1.c	Sat Apr 21 00:47:55 2007 +0000
+++ b/vc1.c	Sat Apr 21 15:55:45 2007 +0000
@@ -4370,7 +4370,7 @@
         buf2 = av_mallocz(buf_size + FF_INPUT_BUFFER_PADDING_SIZE);
 
         if(IS_MARKER(AV_RB32(buf))){ /* frame starts with marker and needs to be parsed */
-            uint8_t *dst = buf2, *start, *end, *next;
+            uint8_t *start, *end, *next;
             int size;
 
             next = buf;