Mercurial > libavformat.hg
changeset 5086:5e6156776ee2 libavformat
Fix indentation
author | reimar |
---|---|
date | Fri, 03 Jul 2009 11:18:56 +0000 |
parents | 878651429ae5 |
children | 5de39afaca2e |
files | asfdec.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/asfdec.c Fri Jul 03 11:18:07 2009 +0000 +++ b/asfdec.c Fri Jul 03 11:18:56 2009 +0000 @@ -598,7 +598,7 @@ // if we do not know packet size, allow skipping up to 32 kB off= 32768; if (s->packet_size > 0) - off= (url_ftell(pb) - s->data_offset) % s->packet_size + 3; + off= (url_ftell(pb) - s->data_offset) % s->packet_size + 3; c=d=e=-1; while(off-- > 0){ @@ -993,7 +993,7 @@ } if (s->packet_size > 0) - pos= (pos+s->packet_size-1-s->data_offset)/s->packet_size*s->packet_size+ s->data_offset; + pos= (pos+s->packet_size-1-s->data_offset)/s->packet_size*s->packet_size+ s->data_offset; *ppos= pos; url_fseek(s->pb, pos, SEEK_SET);