Linux DVB output for STBs based on Broadcom - replace active pooling by select (ready to write)

Signed-off-by: max_10 <max_10@gmx.de>


Origin commit data
------------------
Branch: master
Commit: c972398b88
Author: samsamsam <samsamsam@o2.pl>
Date: 2018-04-02 (Mon, 02 Apr 2018)



------------------
This commit was generated by Migit
This commit is contained in:
samsamsam
2018-04-02 23:59:24 +02:00
committed by max_10
parent 96ff564f45
commit 2db6662e04
6 changed files with 178 additions and 22 deletions

View File

@@ -2,6 +2,10 @@
#define PLAYBACK_H_
#include <sys/types.h>
#include <stdint.h>
#include <stdbool.h>
typedef void( * PlaybackDieNowCallback )();
bool PlaybackDieNowRegisterCallback(PlaybackDieNowCallback callback);
typedef enum {
PLAYBACK_OPEN,