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;