summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/matroskadec.c2
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;