You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
cosmetics, remove space
Originally committed as revision 14294 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user