mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
fix generic compile
Origin commit data
------------------
Branch: master
Commit: d1908cec2a
Author: martii <m4rtii@gmx.de>
Date: 2014-07-21 (Mon, 21 Jul 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -10,6 +10,7 @@ typedef enum {
|
||||
PLAYMODE_FILE,
|
||||
} playmode_t;
|
||||
|
||||
struct AVFormatContext;
|
||||
class cPlayback
|
||||
{
|
||||
private:
|
||||
@@ -26,6 +27,7 @@ class cPlayback
|
||||
bool SetSubtitlePid(int pid);
|
||||
bool SetTeletextPid(int pid);
|
||||
int GetAPid(void) { return mAudioStream; }
|
||||
int GetVPid(void);
|
||||
int GetSubtitlePid(void) { return mSubtitleStream; }
|
||||
int GetTeletextPid(void);
|
||||
void SuspendSubtitle(bool);
|
||||
@@ -49,6 +51,7 @@ class cPlayback
|
||||
void GetMetadata(std::vector<std::string> &keys, std::vector<std::string> &values);
|
||||
//
|
||||
~cPlayback();
|
||||
AVFormatContext *GetAVFormatContext(){ return NULL; }
|
||||
void ReleaseAVFormatContext() {}
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user