Remove unused variable.

Originally committed as revision 14731 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2008-08-13 18:32:16 +00:00
parent 488b1ca476
commit 2485abe281

View File

@ -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;