Commit dc8637d6 authored by bcoudurier's avatar bcoudurier

cosmetics, remove space

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14294 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c8ececb4
...@@ -225,7 +225,7 @@ int ogg_interleave_per_granule(AVFormatContext *s, AVPacket *out, AVPacket *pkt, ...@@ -225,7 +225,7 @@ int ogg_interleave_per_granule(AVFormatContext *s, AVPacket *out, AVPacket *pkt,
next_granule = av_rescale_q(next_pkt->pts + next_pkt->duration, next_granule = av_rescale_q(next_pkt->pts + next_pkt->duration,
st2->time_base, AV_TIME_BASE_Q); st2->time_base, AV_TIME_BASE_Q);
cur_granule = av_rescale_q(pkt->pts + pkt->duration, 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) if (next_granule > cur_granule)
break; break;
next_point= &(*next_point)->next; next_point= &(*next_point)->next;
......
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