Commit 6a7b30c0 authored by aurel's avatar aurel

matroskadec: cosmetic indentation

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22185 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 87aece00
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment