diff libmpdemux/video.c @ 24837:fdd2cf92f854

removed more empty spaces and empty lines
author nicodvb
date Sat, 27 Oct 2007 12:42:00 +0000
parents 4e90fdb819b0
children a0181b13daf5
line wrap: on
line diff
--- a/libmpdemux/video.c	Sat Oct 27 12:39:53 2007 +0000
+++ b/libmpdemux/video.c	Sat Oct 27 12:42:00 2007 +0000
@@ -598,7 +598,7 @@
           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 @@
     }
 
     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;