mirror of https://git.ffmpeg.org/ffmpeg.git
Remove useless init from aiff_read_header() found by CSA.
Originally committed as revision 18580 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
feda8550a9
commit
551b41d4bf
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue