mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Remove unused variable gsize, fixes the warning:
libavformat/asfdec.c:995: warning: unused variable 'gsize' Originally committed as revision 18607 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
cc078b5d8f
commit
7b7b19b620
@ -992,7 +992,6 @@ static void asf_build_simple_index(AVFormatContext *s, int stream_index)
|
||||
if (!guidcmp(&g, &index_guid)) {
|
||||
int64_t itime;
|
||||
int pct, ict;
|
||||
int64_t gsize= get_le64(s->pb);
|
||||
get_guid(s->pb, &g);
|
||||
itime=get_le64(s->pb);
|
||||
pct=get_le32(s->pb);
|
||||
|
Loading…
Reference in New Issue
Block a user