[MPlayer-cvslog] r24865 - trunk/libmpdemux/video.c
nicodvb
subversion at mplayerhq.hu
Sat Oct 27 14:42:00 CEST 2007
Author: nicodvb
Date: Sat Oct 27 14:42:00 2007
New Revision: 24865
Log:
removed more empty spaces and empty lines
Modified:
trunk/libmpdemux/video.c
Modified: trunk/libmpdemux/video.c
==============================================================================
--- trunk/libmpdemux/video.c (original)
+++ trunk/libmpdemux/video.c Sat Oct 27 14:42:00 2007
@@ -598,7 +598,7 @@ int video_read_frame(sh_video_t* sh_vide
double d= (next_pts != MP_NOPTS_VALUE) ? next_pts - d_video->pts : d_video->pts-pts1;
if(d>=0){
frame_time = d;
- }
+ }
}
break;
case DEMUXER_TYPE_REAL:
@@ -612,8 +612,6 @@ int video_read_frame(sh_video_t* sh_vide
}
if(video_codec == VIDEO_MPEG12){
-
-
sh_video->pts+=frame_time;
if(picture_coding_type<=2 && sh_video->i_pts){
sh_video->pts=sh_video->i_pts;
More information about the MPlayer-cvslog
mailing list