matroskadec: cosmetic indentation

Originally committed as revision 22185 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Aurelien Jacobs 15 years ago
parent 3e93c8ed14
commit 68b0fd7c68
  1. 2
      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;

Loading…
Cancel
Save