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

reimar subversion at mplayerhq.hu
Tue Aug 3 19:01:13 CEST 2010


Author: reimar
Date: Tue Aug  3 19:01:13 2010
New Revision: 31916

Log:
Remove useless cast.

Modified:
   trunk/mplayer.c

Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c	Tue Aug  3 18:26:50 2010	(r31915)
+++ trunk/mplayer.c	Tue Aug  3 19:01:13 2010	(r31916)
@@ -1187,7 +1187,7 @@ void init_vo_spudec(void) {
 #endif
 
   if (vo_spudec==NULL) {
-    sh_sub_t *sh = (sh_sub_t *)mpctx->d_sub->sh;
+    sh_sub_t *sh = mpctx->d_sub->sh;
     current_module="spudec_init_normal";
     vo_spudec=spudec_new_scaled(NULL, mpctx->sh_video->disp_w, mpctx->sh_video->disp_h, sh->extradata, sh->extradata_len);
     spudec_set_font_factor(vo_spudec,font_factor);


More information about the MPlayer-cvslog mailing list