Commit b2fec0fc authored by Diego Biurrun's avatar Diego Biurrun

Remove unused variable.

Originally committed as revision 12670 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent b885e0db
......@@ -77,7 +77,7 @@ static int iff_read_header(AVFormatContext *s,
ByteIOContext *pb = s->pb;
AVStream *st;
uint32_t chunk_id, data_size;
int padding, ret, done = 0;
int padding, done = 0;
st = av_new_stream(s, 0);
if (!st)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment