mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-27 15:32:43 +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_FILE,
|
||||||
} playmode_t;
|
} playmode_t;
|
||||||
|
|
||||||
|
struct AVFormatContext;
|
||||||
class cPlayback
|
class cPlayback
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@@ -26,6 +27,7 @@ class cPlayback
|
|||||||
bool SetSubtitlePid(int pid);
|
bool SetSubtitlePid(int pid);
|
||||||
bool SetTeletextPid(int pid);
|
bool SetTeletextPid(int pid);
|
||||||
int GetAPid(void) { return mAudioStream; }
|
int GetAPid(void) { return mAudioStream; }
|
||||||
|
int GetVPid(void);
|
||||||
int GetSubtitlePid(void) { return mSubtitleStream; }
|
int GetSubtitlePid(void) { return mSubtitleStream; }
|
||||||
int GetTeletextPid(void);
|
int GetTeletextPid(void);
|
||||||
void SuspendSubtitle(bool);
|
void SuspendSubtitle(bool);
|
||||||
@@ -49,6 +51,7 @@ class cPlayback
|
|||||||
void GetMetadata(std::vector<std::string> &keys, std::vector<std::string> &values);
|
void GetMetadata(std::vector<std::string> &keys, std::vector<std::string> &values);
|
||||||
//
|
//
|
||||||
~cPlayback();
|
~cPlayback();
|
||||||
|
AVFormatContext *GetAVFormatContext(){ return NULL; }
|
||||||
|
void ReleaseAVFormatContext() {}
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user