mirror of
https://github.com/mpv-player/mpv
synced 2025-01-31 20:21:49 +00:00
cosmetics: Remove useless cast
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31916 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
837b6d245d
commit
51385c6851
@ -1236,7 +1236,7 @@ void init_vo_spudec(struct MPContext *mpctx)
|
||||
#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);
|
||||
|
Loading…
Reference in New Issue
Block a user