mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 07:23:11 +02:00
Merge remote-tracking branch 'martiis-libstb-hal/master'
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
|
||||||
|
@@ -1,3 +1,5 @@
|
|||||||
|
AUTOMAKE_OPTIONS = subdir-objects
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libeplayer3.la
|
noinst_LTLIBRARIES = libeplayer3.la
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = subdir-objects
|
AUTOMAKE_OPTIONS = subdir-objects
|
||||||
|
@@ -4,8 +4,6 @@
|
|||||||
* Copyright (C) 2010 konfetti (based on code from libeplayer2)
|
* Copyright (C) 2010 konfetti (based on code from libeplayer2)
|
||||||
* Copyright (C) 2014 martii (based on code from libeplayer3)
|
* Copyright (C) 2014 martii (based on code from libeplayer3)
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 martii
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
* as published by the Free Software Foundation; either version 2
|
* as published by the Free Software Foundation; either version 2
|
||||||
|
@@ -4,8 +4,6 @@
|
|||||||
* Copyright (C) 2010 konfetti (based on code from libeplayer2)
|
* Copyright (C) 2010 konfetti (based on code from libeplayer2)
|
||||||
* Copyright (C) 2014 martii (based on code from libeplayer3)
|
* Copyright (C) 2014 martii (based on code from libeplayer3)
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 martii
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
* as published by the Free Software Foundation; either version 2
|
* as published by the Free Software Foundation; either version 2
|
||||||
|
@@ -4,8 +4,6 @@
|
|||||||
* Copyright (C) 2010 konfetti (based on code from libeplayer2)
|
* Copyright (C) 2010 konfetti (based on code from libeplayer2)
|
||||||
* Copyright (C) 2014 martii (based on code from libeplayer3)
|
* Copyright (C) 2014 martii (based on code from libeplayer3)
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 martii
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
* as published by the Free Software Foundation; either version 2
|
* as published by the Free Software Foundation; either version 2
|
||||||
|
Reference in New Issue
Block a user