Mercurial > libavformat.hg
changeset 3592:76964dfba31c libavformat
cosmetics, remove space
author | bcoudurier |
---|---|
date | Sat, 19 Jul 2008 03:27:24 +0000 |
parents | aa6e8ff72d9e |
children | e08ec1936ad7 |
files | oggenc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/oggenc.c Sat Jul 19 03:25:50 2008 +0000 +++ b/oggenc.c Sat Jul 19 03:27:24 2008 +0000 @@ -225,7 +225,7 @@ next_granule = av_rescale_q(next_pkt->pts + next_pkt->duration, st2->time_base, AV_TIME_BASE_Q); cur_granule = av_rescale_q(pkt->pts + pkt->duration, - st->time_base, AV_TIME_BASE_Q); + st->time_base, AV_TIME_BASE_Q); if (next_granule > cur_granule) break; next_point= &(*next_point)->next;