Commit d2d0298d authored by bcoudurier's avatar bcoudurier

remove cast

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12757 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 94414d2b
......@@ -1717,7 +1717,7 @@ static int mov_read_header(AVFormatContext *s, AVFormatParameters *ap)
av_log(s, AV_LOG_ERROR, "moov atom not found\n");
return -1;
}
dprintf(mov->fc, "on_parse_exit_offset=%d\n", (int) url_ftell(pb));
dprintf(mov->fc, "on_parse_exit_offset=%lld\n", url_ftell(pb));
return 0;
}
......
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