mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
libdvbci: some manual code nicenings
Origin commit data
------------------
Branch: master
Commit: f67dc18443
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-11-07 (Sun, 07 Nov 2021)
Origin message was:
------------------
- libdvbci: some manual code nicenings
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -135,7 +135,6 @@ int descrambler_set_key(int index, int parity, unsigned char *data)
|
||||
|
||||
printf("Index: %d Parity: (%d) -> ", d.index, d.parity);
|
||||
hexdump(d.data, 32);
|
||||
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
@@ -172,7 +171,6 @@ int descrambler_set_pid(int index, int enable, int pid)
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
bool descrambler_open(void)
|
||||
{
|
||||
if (desc_fd > 0)
|
||||
|
Reference in New Issue
Block a user