Commit a968da4e authored by diego's avatar diego

Remove unused variable.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12670 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 41a9a740
...@@ -77,7 +77,7 @@ static int iff_read_header(AVFormatContext *s, ...@@ -77,7 +77,7 @@ static int iff_read_header(AVFormatContext *s,
ByteIOContext *pb = s->pb; ByteIOContext *pb = s->pb;
AVStream *st; AVStream *st;
uint32_t chunk_id, data_size; uint32_t chunk_id, data_size;
int padding, ret, done = 0; int padding, done = 0;
st = av_new_stream(s, 0); st = av_new_stream(s, 0);
if (!st) 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