diff options
author | Ivo van Poorten | 2008-01-07 23:39:47 +0000 |
---|---|---|
committer | Ivo van Poorten | 2008-01-07 23:39:47 +0000 |
commit | e661f760517b5843903941d5803de1890ebd8b1d (patch) | |
tree | ed989cd4259c60634536631f3c86d00974e290f0 /libavformat/pva.c | |
parent | 9ae092036b88a63c525fa680b87ffc697d9baa84 (diff) |
remove unnecessary check
Originally committed as revision 11453 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/pva.c')
-rw-r--r-- | libavformat/pva.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/pva.c b/libavformat/pva.c index 0205675de0..b91bcd350b 100644 --- a/libavformat/pva.c +++ b/libavformat/pva.c @@ -142,7 +142,6 @@ recover: return AVERROR(EIO); pkt->stream_index = streamid - 1; - if (pva_pts != AV_NOPTS_VALUE) pkt->pts = pva_pts; return ret; |