changeset 5741:8221d200d033 libavformat

matroskadec: cosmetic indentation
author aurel
date Wed, 03 Mar 2010 21:49:24 +0000
parents 421297d526d0
children f50c86f67772
files matroskadec.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/matroskadec.c	Wed Mar 03 21:46:43 2010 +0000
+++ b/matroskadec.c	Wed Mar 03 21:49:24 2010 +0000
@@ -1703,7 +1703,7 @@
                 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;