From e661f760517b5843903941d5803de1890ebd8b1d Mon Sep 17 00:00:00 2001 From: Ivo van Poorten Date: Mon, 7 Jan 2008 23:39:47 +0000 Subject: remove unnecessary check Originally committed as revision 11453 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/pva.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/pva.c') 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; -- cgit v1.2.3