[MPlayer-cvslog] r22161 - trunk/mplayer.c

uau subversion at mplayerhq.hu
Tue Feb 6 00:56:18 CET 2007


Author: uau
Date: Tue Feb  6 00:56:18 2007
New Revision: 22161

Modified:
   trunk/mplayer.c

Log:
Add missing type to declaration and remove unused variable


Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c	(original)
+++ trunk/mplayer.c	Tue Feb  6 00:56:18 2007
@@ -2979,8 +2979,7 @@
       }
 #ifdef USE_ASS
       if (ass_enabled) {
-        static global_ass_track = NULL;
-        sh_sub_t *sh = (sh_sub_t *)d_dvdsub->sh;
+        static ass_track_t *global_ass_track = NULL;
         if (!global_ass_track) global_ass_track = ass_default_track(ass_library);
         ass_track = global_ass_track;
         vo_sub = NULL;



More information about the MPlayer-cvslog mailing list