diff options
author | Johns <johns98@gmx.net> | 2011-12-08 20:50:32 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2011-12-08 20:50:32 +0100 |
commit | e1d8609143bc661b9ad84c91abb815ca0e9f9e36 (patch) | |
tree | 3b3b877a38534b9c3f15d91c1ec7cbbd1fc0afbe /softhddev.h | |
parent | 74c509a3e0e1a9e422d00b24c4596d770b9e062b (diff) | |
download | vdr-plugin-softhddevice-e1d8609143bc661b9ad84c91abb815ca0e9f9e36.tar.gz vdr-plugin-softhddevice-e1d8609143bc661b9ad84c91abb815ca0e9f9e36.tar.bz2 |
Pass audio PTS to codec.
Correct PTS extraction and pass it to codec module.
C++ destructor calls C function.
Fix spuDecoder is used uninitialized.
Diffstat (limited to 'softhddev.h')
-rw-r--r-- | softhddev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/softhddev.h b/softhddev.h index 34a87cd..4b82cce 100644 --- a/softhddev.h +++ b/softhddev.h @@ -55,6 +55,8 @@ extern "C" /// C plugin process the command line arguments extern int ProcessArgs(int, char *const[]); + /// C plugin exit + cleanup + extern void SoftHdDeviceExit(void); /// C plugin start code extern void Start(void); /// C plugin stop code |