changeset 2909:840ade0be043 libavformat

cosmetics
author ivo
date Mon, 07 Jan 2008 23:40:04 +0000
parents 9b7f5c62b4ee
children dfb3aa1324c7
files pva.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pva.c	Mon Jan 07 23:39:47 2008 +0000
+++ b/pva.c	Mon Jan 07 23:40:04 2008 +0000
@@ -142,7 +142,7 @@
         return AVERROR(EIO);
 
     pkt->stream_index = streamid - 1;
-        pkt->pts = pva_pts;
+    pkt->pts = pva_pts;
 
     return ret;
 }