Changeset 29053


Ignore:
Timestamp:
05/15/14 21:52:03 (10 years ago)
Author:
obi
Message:

move set_player_sound to mc

Location:
titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/mc/mc_main.h

    r28982 r29053  
    134134        int rcret = 0, ret = 0;
    135135        char* videomode = NULL, *currvideomode = NULL;
     136
     137        set_player_sound(0);
    136138
    137139        writevfdmenu("Mediacenter");
     
    391393        }
    392394
     395        set_player_sound(1);
     396
    393397        free(videomode),videomode = NULL;
    394398        free(currvideomode),currvideomode = NULL;
  • titan/titan/player.h

    r28335 r29053  
    622622                        return 1;
    623623                }
    624 
    625                 set_player_sound(0);
     624// move to mc
     625//              set_player_sound(0);
    626626
    627627                if(ostrstr(tmpfile, "file://") == NULL)
     
    10061006        free(player);
    10071007        player = NULL;
    1008         set_player_sound(1);
     1008// move to mc
     1009//      set_player_sound(1);
    10091010#endif
    10101011
Note: See TracChangeset for help on using the changeset viewer.