mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
Remove unused variable.
Originally committed as revision 14731 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
488b1ca476
commit
2485abe281
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user