a quick fix for the previous mpegts_input_recv_packets() change

This commit is contained in:
Jaroslav Kysela 2014-06-23 14:25:40 +02:00
parent b63e5a8bbe
commit c0bcdf3bdb

View file

@ -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);