From ffc2934112c0e1f571db3682082024d965ea39c4 Mon Sep 17 00:00:00 2001 From: Ivo van Poorten Date: Mon, 7 Jan 2008 23:40:04 +0000 Subject: cosmetics Originally committed as revision 11454 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/pva.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/pva.c') 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; } -- cgit v1.2.3