mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user