[FFmpeg-cvslog] r22185 - trunk/libavformat/matroskadec.c

aurel subversion
Wed Mar 3 22:49:24 CET 2010


Author: aurel
Date: Wed Mar  3 22:49:24 2010
New Revision: 22185

Log:
matroskadec: cosmetic indentation

Modified:
   trunk/libavformat/matroskadec.c

Modified: trunk/libavformat/matroskadec.c
==============================================================================
--- trunk/libavformat/matroskadec.c	Wed Mar  3 22:46:43 2010	(r22184)
+++ trunk/libavformat/matroskadec.c	Wed Mar  3 22:49:24 2010	(r22185)
@@ -1703,7 +1703,7 @@ static int matroska_parse_block(Matroska
                 if (track->ms_compat)
                     pkt->dts = timecode;
                 else
-                pkt->pts = timecode;
+                    pkt->pts = timecode;
                 pkt->pos = pos;
                 if (st->codec->codec_id == CODEC_ID_TEXT)
                     pkt->convergence_duration = duration;



More information about the ffmpeg-cvslog mailing list