changeset 3715:460059833ae3 libavformat

Remove unused variable.
author diego
date Wed, 13 Aug 2008 18:32:16 +0000
parents 3790cb6c893d
children 2ca19db359bd
files vc1testenc.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vc1testenc.c	Wed Aug 13 17:22:53 2008 +0000
+++ b/vc1testenc.c	Wed Aug 13 18:32:16 2008 +0000
@@ -26,7 +26,6 @@
 
 static int vc1test_write_header(AVFormatContext *s)
 {
-    RCVContext *ctx = s->priv_data;
     AVCodecContext *avc = s->streams[0]->codec;
     ByteIOContext *pb = s->pb;