Browse Source

cosmetics, remove space

Originally committed as revision 14294 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Baptiste Coudurier 17 years ago
parent
commit
0fb6c620c0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/oggenc.c

+ 1
- 1
libavformat/oggenc.c View File

@@ -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,
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;


Loading…
Cancel
Save