cVideo: add dummy functions for PIP stuff

Origin commit data
------------------
Branch: master
Commit: 28b21d2295
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-09-28 (Sat, 28 Sep 2013)


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

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2013-09-28 18:25:45 +02:00
parent 8d9d944012
commit 493e5a3955
8 changed files with 37 additions and 9 deletions

View File

@@ -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__);
}