From 2485abe2815757374e9583ef7f3f42bf34eff654 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 13 Aug 2008 18:32:16 +0000 Subject: Remove unused variable. Originally committed as revision 14731 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/vc1testenc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/vc1testenc.c') diff --git a/libavformat/vc1testenc.c b/libavformat/vc1testenc.c index c1264e5930..c871da9d0b 100644 --- a/libavformat/vc1testenc.c +++ b/libavformat/vc1testenc.c @@ -26,7 +26,6 @@ typedef struct RCVContext { static int vc1test_write_header(AVFormatContext *s) { - RCVContext *ctx = s->priv_data; AVCodecContext *avc = s->streams[0]->codec; ByteIOContext *pb = s->pb; -- cgit v1.2.3