[MPlayer-cvslog] r24254 - trunk/TOOLS/subrip.c

diego subversion at mplayerhq.hu
Tue Aug 28 12:38:35 CEST 2007


Author: diego
Date: Tue Aug 28 12:38:35 2007
New Revision: 24254

Log:
Remove nonsensical #ifdef.


Modified:
   trunk/TOOLS/subrip.c

Modified: trunk/TOOLS/subrip.c
==============================================================================
--- trunk/TOOLS/subrip.c	(original)
+++ trunk/TOOLS/subrip.c	Tue Aug 28 12:38:35 2007
@@ -201,9 +201,6 @@ main(int argc, char **argv)
     void *vobsub;
     void *packet;
     int packet_len;
-#ifdef BAD
-    unsigned int prev_pts;
-#endif
     unsigned int pts100;
 
     if (argc < 2 || 4 < argc) {



More information about the MPlayer-cvslog mailing list