OSDN Git Service

cosmetics
authorIvo van Poorten <ivop@euronet.nl>
Mon, 7 Jan 2008 23:40:04 +0000 (23:40 +0000)
committerIvo van Poorten <ivop@euronet.nl>
Mon, 7 Jan 2008 23:40:04 +0000 (23:40 +0000)
Originally committed as revision 11454 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/pva.c

index b91bcd3..76b7fb1 100644 (file)
@@ -142,7 +142,7 @@ recover:
         return AVERROR(EIO);
 
     pkt->stream_index = streamid - 1;
-        pkt->pts = pva_pts;
+    pkt->pts = pva_pts;
 
     return ret;
 }