From e1d8609143bc661b9ad84c91abb815ca0e9f9e36 Mon Sep 17 00:00:00 2001 From: Johns Date: Thu, 8 Dec 2011 20:50:32 +0100 Subject: Pass audio PTS to codec. Correct PTS extraction and pass it to codec module. C++ destructor calls C function. Fix spuDecoder is used uninitialized. --- softhddev.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'softhddev.h') 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 -- cgit v1.2.3