Mercurial > libavformat.hg
diff gxf.c @ 1379:4146500158b5 libavformat
Rename ABS macro to FFABS.
author | diego |
---|---|
date | Wed, 11 Oct 2006 23:17:58 +0000 |
parents | 0899bfe4105c |
children | a7413070347a |
line wrap: on
line diff
--- a/gxf.c Wed Oct 11 16:57:00 2006 +0000 +++ b/gxf.c Wed Oct 11 23:17:58 2006 +0000 @@ -488,7 +488,7 @@ maxlen = FFMAX(maxlen, 200 * 1024); url_fseek(&s->pb, pos, SEEK_SET); found = gxf_resync_media(s, maxlen, -1, timestamp); - if (ABS(found - timestamp) > 4) + if (FFABS(found - timestamp) > 4) return -1; return 0; }