diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2010-03-03 21:49:24 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2010-03-03 21:49:24 +0000 |
commit | 68b0fd7c685f8db4842f3509a8b47d33e74f6e50 (patch) | |
tree | ad7ec4dba95fa3d98c5fe57aa58a32f1824b6209 | |
parent | 3e93c8ed146fcf16065a98dd3f7eee27022684ae (diff) | |
download | ffmpeg-68b0fd7c685f8db4842f3509a8b47d33e74f6e50.tar.gz |
matroskadec: cosmetic indentation
Originally committed as revision 22185 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/matroskadec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c index 8b4cc5ef61..84d06c7283 100644 --- a/libavformat/matroskadec.c +++ b/libavformat/matroskadec.c @@ -1703,7 +1703,7 @@ static int matroska_parse_block(MatroskaDemuxContext *matroska, uint8_t *data, 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; |