diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-08-13 18:32:16 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-08-13 18:32:16 +0000 |
commit | 2485abe2815757374e9583ef7f3f42bf34eff654 (patch) | |
tree | aa3d12f9a6053ce487e6c0456da4238f13131324 /libavformat/vc1testenc.c | |
parent | 488b1ca476497171b60684b11c8c8894b4f40f91 (diff) | |
download | ffmpeg-2485abe2815757374e9583ef7f3f42bf34eff654.tar.gz |
Remove unused variable.
Originally committed as revision 14731 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/vc1testenc.c')
-rw-r--r-- | libavformat/vc1testenc.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |