mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
libtriple: implement fast forward in cPlayback()
First try at implementing fast forward. Needs more love.
Reverse does not work yet, setting speed to negative values
right now simply resets to "play" mode.
Origin commit data
------------------
Branch: ni/coolstream
Commit: a3440d19df
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-08-14 (Sat, 14 Aug 2010)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -644,3 +644,9 @@ void cVideo::routeVideo(int standby)
|
||||
perror("IOC_AVS_ROUTE_ENC2TV");
|
||||
close(avsfd);
|
||||
}
|
||||
|
||||
void cVideo::FastForwardMode(int mode)
|
||||
{
|
||||
lt_debug("cVideo::%s\n", __FUNCTION__);
|
||||
fop(ioctl, MPEG_VID_FASTFORWARD, mode);
|
||||
}
|
||||
|
Reference in New Issue
Block a user