Commit a492ad9f authored by Baptiste Coudurier's avatar Baptiste Coudurier

100l

Originally committed as revision 7980 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 8d97aedb
...@@ -91,7 +91,7 @@ static void get_meta(ByteIOContext *pb, char * str, int strsize, int size) ...@@ -91,7 +91,7 @@ static void get_meta(ByteIOContext *pb, char * str, int strsize, int size)
if (size & 1) if (size & 1)
size++; size++;
size -= res; size -= res;
if (size); if (size)
url_fskip(pb, size); url_fskip(pb, size);
} }
......
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