libeplayer3/input: allow access to AVFormatContext

Origin commit data
------------------
Branch: master
Commit: 56ece5b5ea
Author: martii <m4rtii@gmx.de>
Date: 2014-05-29 (Thu, 29 May 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2014-05-29 21:57:38 +02:00
parent 68034984bb
commit f8b460fc98
6 changed files with 38 additions and 4 deletions

View File

@@ -10,9 +10,12 @@ typedef enum {
} playmode_t;
class Player;
struct AVFormatContext;
class cPlayback
{
friend class CStreamInfo2;
private:
bool enabled;
bool playing;
@@ -58,6 +61,9 @@ class cPlayback
#endif
void GetChapters(std::vector<int> &positions, std::vector<std::string> &titles);
void GetMetadata(std::vector<std::string> &keys, std::vector<std::string> &values);
AVFormatContext *GetAVFormatContext();
void ReleaseAVFormatContext();
#if 0
// Functions that are not used by movieplayer.cpp:
bool GetOffset(off64_t &offset);