diff dv.c @ 1416:8edad1e372d1 libavcodec

removed unused variable
author bellard
date Sun, 24 Aug 2003 22:13:48 +0000
parents f5318caa93f4
children 337d13aee605
line wrap: on
line diff
--- a/dv.c	Sun Aug 24 22:08:22 2003 +0000
+++ b/dv.c	Sun Aug 24 22:13:48 2003 +0000
@@ -628,8 +628,6 @@
 
 static int dvvideo_decode_end(AVCodecContext *avctx)
 {
-    DVVideoDecodeContext *s = avctx->priv_data;
-
     avcodec_default_free_buffers(avctx);    
 
     return 0;