1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-28 07:53:47 +02:00
Originally committed as revision 7980 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2007-02-14 11:23:11 +00:00
parent 8d97aedbaa
commit a492ad9f63

View File

@ -91,7 +91,7 @@ static void get_meta(ByteIOContext *pb, char * str, int strsize, int size)
if (size & 1)
size++;
size -= res;
if (size);
if (size)
url_fskip(pb, size);
}