mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-28 16:00:58 +02:00
Linux DVB output - workaround for BUG? in the DVB drivers
Signed-off-by: max_10 <max_10@gmx.de>
Origin commit data
------------------
Branch: master
Commit: 9b7e34ef16
Author: samsamsam <samsamsam@o2.pl>
Date: 2018-04-03 (Tue, 03 Apr 2018)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -349,6 +349,13 @@ int32_t LinuxDvbBuffFlush(Context_t *context __attribute__((unused)))
|
||||
return 0;
|
||||
}
|
||||
|
||||
int32_t LinuxDvbBuffResume(Context_t *context __attribute__((unused)))
|
||||
{
|
||||
/* signal if we are waiting for write to DVB decoders */
|
||||
WriteWakeUp();
|
||||
return 0;
|
||||
}
|
||||
|
||||
ssize_t BufferingWriteV(int fd, const struct iovec *iov, size_t ic)
|
||||
{
|
||||
OutputType_t dataType = OUTPUT_UNK;
|
||||
|
Reference in New Issue
Block a user