Remove unused variable.

Originally committed as revision 14731 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 17 years ago
parent 488b1ca476
commit 2485abe281
  1. 1
      libavformat/vc1testenc.c

@ -26,7 +26,6 @@ typedef struct RCVContext {
static int vc1test_write_header(AVFormatContext *s) static int vc1test_write_header(AVFormatContext *s)
{ {
RCVContext *ctx = s->priv_data;
AVCodecContext *avc = s->streams[0]->codec; AVCodecContext *avc = s->streams[0]->codec;
ByteIOContext *pb = s->pb; ByteIOContext *pb = s->pb;

Loading…
Cancel
Save