mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02: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:
@@ -362,3 +362,12 @@ int cPlayback::GetTeletextPid(void)
|
||||
{
|
||||
return player->GetTeletextPid();
|
||||
}
|
||||
|
||||
AVFormatContext *cPlayback::GetAVFormatContext()
|
||||
{
|
||||
return player ? player->GetAVFormatContext() : NULL;
|
||||
}
|
||||
|
||||
void cPlayback::ReleaseAVFormatContext() { if (player)
|
||||
player->ReleaseAVFormatContext();
|
||||
}
|
||||
|
Reference in New Issue
Block a user