Remove horrible printf that got left in.
This commit is contained in:
parent
9cac818532
commit
e42ee19d7b
1 changed files with 1 additions and 1 deletions
|
@ -803,7 +803,7 @@ dvb_adapter_input_dvr(void *aux)
|
|||
pthread_mutex_unlock(&tda->tda_delivery_mutex);
|
||||
|
||||
/* reset buffer */
|
||||
if (r) {memmove(tsb, tsb+i, r);printf("move");}
|
||||
if (r) memmove(tsb, tsb+i, r);
|
||||
i = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue