提交 ed06cf6d 编写于 作者: B Benjamin Larsson

gcc 2.95 fix

Originally committed as revision 4887 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 b29af723
......@@ -112,9 +112,9 @@ static offset_t updateSize (ByteIOContext *pb, offset_t pos)
static int mov_write_stco_tag(ByteIOContext *pb, MOVTrack* track)
{
int i;
int mode64 = 0; // use 32 bit size variant if possible
offset_t pos = url_ftell(pb);
put_be32(pb, 0); /* size */
int mode64 = 0; // use 32 bit size variant if possible
if (pos > UINT32_MAX) {
mode64 = 1;
put_tag(pb, "co64");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册