Ignore:
Timestamp:
03/01/16 13:38:57 (8 years ago)
Author:
obi
Message:

reset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/service.h

    r37289 r37291  
    270270                audiosetmute(status.aktservice->audiodev, 1);
    271271        }
    272 #endif
    273         if(checkbox("VUSOLO2") == 1)
    274                 audioclearbuffer(status.aktservice->audiodev); 
     272#endif         
    275273        audiostop(status.aktservice->audiodev);
    276274        //demux pcr start
     
    766764                if(flag == 4) node->type = STILLPIC;
    767765               
    768                 if(checkbox("VUSOLO2") == 1)
    769                         audioclearbuffer(node->audiodev);
    770766                audiostop(node->audiodev);
    771                 if(checkbox("VUSOLO2") == 1)
    772                         videoclearbuffer(node->videodev);
    773767                videostop(node->videodev, clear);
    774768               
     
    819813
    820814        status.writechannel = 1;
    821         if(checkbox("VUSOLO2") == 1)
    822                 audioclearbuffer(status.aktservice->audiodev);
    823815        audiostop(status.aktservice->audiodev);
    824816        audiosetbypassmode(status.aktservice->audiodev, chnode->audiocodec);
Note: See TracChangeset for help on using the changeset viewer.