# HG changeset patch # User aurel # Date 1267652964 0 # Node ID 8221d200d0331d6c11fd38a0cb57b6b2f3f59c97 # Parent 421297d526d009bd868c11a3573c1a45b515b5b5 matroskadec: cosmetic indentation diff -r 421297d526d0 -r 8221d200d033 matroskadec.c --- 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;