Mercurial > libavformat.hg
changeset 3205:204a79a06c9b libavformat
remove cast
author | bcoudurier |
---|---|
date | Sat, 05 Apr 2008 12:47:56 +0000 |
parents | bf14268f0f59 |
children | 55b18342ca1e |
files | mov.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mov.c Sat Apr 05 12:46:59 2008 +0000 +++ b/mov.c Sat Apr 05 12:47:56 2008 +0000 @@ -1717,7 +1717,7 @@ 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; }