[FFmpeg-cvslog] r14294 - trunk/libavformat/oggenc.c
bcoudurier
subversion
Sat Jul 19 05:27:25 CEST 2008
Author: bcoudurier
Date: Sat Jul 19 05:27:24 2008
New Revision: 14294
Log:
cosmetics, remove space
Modified:
trunk/libavformat/oggenc.c
Modified: trunk/libavformat/oggenc.c
==============================================================================
--- trunk/libavformat/oggenc.c (original)
+++ trunk/libavformat/oggenc.c Sat Jul 19 05:27:24 2008
@@ -225,7 +225,7 @@ int ogg_interleave_per_granule(AVFormatC
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;
More information about the ffmpeg-cvslog
mailing list