Commit 551b41d4 authored by Michael Niedermayer's avatar Michael Niedermayer

Remove useless init from aiff_read_header() found by CSA.

Originally committed as revision 18580 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent feda8550
......@@ -313,7 +313,7 @@ static int aiff_read_header(AVFormatContext *s,
uint32_t tag;
unsigned version = AIFF_C_VERSION1;
ByteIOContext *pb = s->pb;
AVStream * st = s->streams[0];
AVStream * st;
/* check FORM header */
filesize = get_tag(pb, &tag);
......
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