mirror of https://git.ffmpeg.org/ffmpeg.git
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