summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/tiertexseq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/tiertexseq.c b/libavformat/tiertexseq.c
index f9c9be1796..00dcb5e232 100644
--- a/libavformat/tiertexseq.c
+++ b/libavformat/tiertexseq.c
@@ -285,7 +285,7 @@ static int seq_read_packet(AVFormatContext *s, AVPacket *pkt)
return rc;
pkt->stream_index = seq->audio_stream_index;
- pkt->pts = seq->current_frame_pts++;
+ seq->current_frame_pts++;
seq->audio_buffer_full = 0;
return 0;