[FFmpeg-cvslog] r11453 - trunk/libavformat/pva.c
ivo
subversion
Tue Jan 8 00:39:47 CET 2008
Author: ivo
Date: Tue Jan 8 00:39:47 2008
New Revision: 11453
Log:
remove unnecessary check
Modified:
trunk/libavformat/pva.c
Modified: trunk/libavformat/pva.c
==============================================================================
--- trunk/libavformat/pva.c (original)
+++ trunk/libavformat/pva.c Tue Jan 8 00:39:47 2008
@@ -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;
More information about the ffmpeg-cvslog
mailing list