mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-27 23:42:43 +02:00
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:
@@ -114,6 +114,9 @@ class Player {
|
||||
void RequestAbort();
|
||||
bool GetChapters(std::vector<int> &positions, std::vector<std::string> &titles);
|
||||
|
||||
AVFormatContext *GetAVFormatContext() { return input.GetAVFormatContext(); }
|
||||
void ReleaseAVFormatContext() { input.ReleaseAVFormatContext(); }
|
||||
|
||||
Player();
|
||||
};
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user