Changeset 37287
- Timestamp:
- 03/01/16 12:55:15 (8 years ago)
- Location:
- titan/titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/service.h
r37262 r37287 426 426 videoselectsource(videonode, VIDEO_SOURCE_DEMUX); 427 427 setencoding(chnode, videonode); 428 429 if(checkbox("VUSOLO2") == 1) //fixt only audio no video.. blackscreen after zap 430 videofreeze(videonode); 431 428 432 429 if(videoplay(videonode)!= 0) { 433 430 usleep(500000); -
titan/titan/showiframe.h
r37286 r37287 36 36 videosetformat(videonode, VIDEO_FORMAT_16_9); 37 37 videosetstreamtype(videonode, MPEGV); 38 39 if(checkbox("VUSOLO2") == 1) //fixt mvi background on tithek40 {41 videocontinue(videonode);42 videoclearbuffer(videonode);43 }44 38 videoplay(videonode); 45 39 }
Note: See TracChangeset
for help on using the changeset viewer.