matroskadec: cosmetic indentation

Originally committed as revision 22185 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Aurelien Jacobs 2010-03-03 21:49:24 +00:00
parent 3e93c8ed14
commit 68b0fd7c68
1 changed files with 1 additions and 1 deletions

View File

@ -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;