mirror of https://github.com/mpv-player/mpv
upsz, 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7171 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
25f8352ffe
commit
4de0098d01
|
@ -254,7 +254,7 @@ void guiLoadSubtitle( char * name )
|
|||
mp_msg( MSGT_GPLAYER,MSGL_INFO,"[gui] Delete subtitles.\n" );
|
||||
sub_free( subtitles );
|
||||
subtitles=NULL;
|
||||
sub_name=NULL;
|
||||
gfree( (void **)&sub_name );
|
||||
vo_sub=NULL;
|
||||
if ( vo_osd_list )
|
||||
{
|
||||
|
@ -562,7 +562,7 @@ int guiGetEvent( int type,char * arg )
|
|||
|
||||
// -- subtitle
|
||||
#ifdef USE_SUB
|
||||
sub_name=guiIntfStruct.Subtitlename;
|
||||
sub_name=gstrdup( guiIntfStruct.Subtitlename );
|
||||
stream_dump_type=0;
|
||||
if ( gtkSubDumpMPSub ) stream_dump_type=4;
|
||||
if ( gtkSubDumpSrt ) stream_dump_type=6;
|
||||
|
|
Loading…
Reference in New Issue