mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
Merge remote-tracking branch 'martiis-libstb-hal/master'
This commit is contained in:
@@ -384,3 +384,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