changeset 2908:9b7f5c62b4ee libavformat

remove unnecessary check
author ivo
date Mon, 07 Jan 2008 23:39:47 +0000
parents b548dfced05b
children 840ade0be043
files pva.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pva.c	Mon Jan 07 23:38:12 2008 +0000
+++ b/pva.c	Mon Jan 07 23:39:47 2008 +0000
@@ -142,7 +142,6 @@
         return AVERROR(EIO);
 
     pkt->stream_index = streamid - 1;
-    if (pva_pts != AV_NOPTS_VALUE)
         pkt->pts = pva_pts;
 
     return ret;