diff options
Diffstat (limited to 'libavformat/pva.c')
-rw-r--r-- | libavformat/pva.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/pva.c b/libavformat/pva.c index 0798ffd8df..9c09eb4672 100644 --- a/libavformat/pva.c +++ b/libavformat/pva.c @@ -144,7 +144,7 @@ recover: return AVERROR(EIO); pkt->stream_index = streamid - 1; - if (pva_pts) + if (pva_pts != AV_NOPTS_VALUE) pkt->pts = pva_pts; return ret; |