mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
cVideo: add dummy functions for PIP stuff
This commit is contained in:
@@ -141,9 +141,9 @@ out:
|
||||
}
|
||||
|
||||
|
||||
cVideo::cVideo(int, void *, void *)
|
||||
cVideo::cVideo(int, void *, void *, unsigned int unit)
|
||||
{
|
||||
lt_debug("%s\n", __FUNCTION__);
|
||||
lt_debug("%s unit %u\n", __func__, unit);
|
||||
|
||||
//croppingMode = VID_DISPMODE_NORM;
|
||||
//outputformat = VID_OUTFMT_RGBC_SVIDEO;
|
||||
@@ -667,3 +667,8 @@ int64_t cVideo::GetPTS(void)
|
||||
lt_info("%s: GET_PTS failed (%m)\n", __func__);
|
||||
return pts;
|
||||
}
|
||||
|
||||
void cVideo::SetDemux(cDemux *)
|
||||
{
|
||||
lt_debug("%s not implemented yet\n", __func__);
|
||||
}
|
||||
|
Reference in New Issue
Block a user