Commit 2485abe2 authored by Diego Biurrun's avatar Diego Biurrun

Remove unused variable.

Originally committed as revision 14731 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 488b1ca4
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment