a quick fix for the previous mpegts_input_recv_packets() change
This commit is contained in:
parent
b63e5a8bbe
commit
c0bcdf3bdb
1 changed files with 1 additions and 1 deletions
|
@ -678,7 +678,7 @@ linuxdvb_frontend_input_thread ( void *aux )
|
|||
}
|
||||
|
||||
/* Process */
|
||||
mpegts_input_recv_packets((mpegts_input_t*)lfe, mmi, &sb, 0, NULL, NULL);
|
||||
mpegts_input_recv_packets((mpegts_input_t*)lfe, mmi, &sb, NULL, NULL);
|
||||
}
|
||||
|
||||
sbuf_free(&sb);
|
||||
|
|
Loading…
Add table
Reference in a new issue