Commit 68b0fd7c authored by Aurelien Jacobs's avatar Aurelien Jacobs

matroskadec: cosmetic indentation

Originally committed as revision 22185 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 3e93c8ed
...@@ -1703,7 +1703,7 @@ static int matroska_parse_block(MatroskaDemuxContext *matroska, uint8_t *data, ...@@ -1703,7 +1703,7 @@ static int matroska_parse_block(MatroskaDemuxContext *matroska, uint8_t *data,
if (track->ms_compat) if (track->ms_compat)
pkt->dts = timecode; pkt->dts = timecode;
else else
pkt->pts = timecode; pkt->pts = timecode;
pkt->pos = pos; pkt->pos = pos;
if (st->codec->codec_id == CODEC_ID_TEXT) if (st->codec->codec_id == CODEC_ID_TEXT)
pkt->convergence_duration = duration; 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