Changeset 39797 for titan/titan/infobar.h
- Timestamp:
- 01/21/17 18:54:34 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/infobar.h
r39507 r39797 1111 1111 } 1112 1112 // pip atemio7600 ?? 1113 if( rcret == getrcconfigint("rcpip", NULL) && (checkchipset("BCM7424") == 1 || checkbox("ATEMIO6200") == 1 || checkbox("UFS922") == 1 || checkbox("UFS913") == 1 || checkbox("DM900") == 1))1113 if((rcret == getrcconfigint("rcpip", NULL) || rcret == getrcconfigint("rcpiprec", NULL)) && (checkchipset("BCM7424") == 1 || checkbox("ATEMIO6200") == 1 || checkbox("UFS922") == 1 || checkbox("UFS913") == 1 || checkbox("DM900") == 1)) 1114 1114 { 1115 1115 if(status.pipservice->videodev == NULL) 1116 1116 { 1117 pipchannel = status.aktservice->channel; 1117 printf("---------> %i\n",rcret); 1118 if(status.recording > 0 && rcret == getrcconfigint("rcpiprec", NULL)) 1119 pipchannel = status.recchnode[1]; 1120 else if(rcret == getrcconfigint("rcpiprec", NULL)) 1121 textbox(_("Message"), _("no record channel found"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 800, 200, 0, 0); 1122 else 1123 pipchannel = status.aktservice->channel; 1118 1124 printf("++++ RC: %i\n",pipstart(pipchannel, NULL, 0)); 1119 1125 pipchannel = NULL;
Note: See TracChangeset
for help on using the changeset viewer.