mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
driver/screenshot.cpp: re-enable StartSync() code
Origin commit data
------------------
Branch: ni/coolstream
Commit: baa698c1b8
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-03-19 (Tue, 19 Mar 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -127,8 +127,6 @@ void CScreenShot::run()
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* save file in sync mode, return true if save ok, or false */
|
/* save file in sync mode, return true if save ok, or false */
|
||||||
#if 0
|
|
||||||
//never used
|
|
||||||
bool CScreenShot::StartSync()
|
bool CScreenShot::StartSync()
|
||||||
{
|
{
|
||||||
bool ret = false;
|
bool ret = false;
|
||||||
@@ -139,7 +137,7 @@ bool CScreenShot::StartSync()
|
|||||||
printf("CScreenShot::StartSync: %s finished: %d\n", filename.c_str(), ret);
|
printf("CScreenShot::StartSync: %s finished: %d\n", filename.c_str(), ret);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
/* save file in selected format, free data received from video decoder */
|
/* save file in selected format, free data received from video decoder */
|
||||||
bool CScreenShot::SaveFile()
|
bool CScreenShot::SaveFile()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user