diff --git a/libavformat/pva.c b/libavformat/pva.c index b91bcd350b..76b7fb179e 100644 --- a/libavformat/pva.c +++ b/libavformat/pva.c @@ -142,7 +142,7 @@ recover: return AVERROR(EIO); pkt->stream_index = streamid - 1; - pkt->pts = pva_pts; + pkt->pts = pva_pts; return ret; }