mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
spark: fix invalid initialization order in cVideo
(how could this ever work? no idea). Found in evolux patches.
Origin commit data
------------------
Branch: master
Commit: f0f295efa1
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-06-08 (Fri, 08 Jun 2012)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -146,12 +146,12 @@ cVideo::cVideo(int, void *, void *)
|
||||
{
|
||||
lt_debug("%s\n", __FUNCTION__);
|
||||
|
||||
openDevice();
|
||||
//croppingMode = VID_DISPMODE_NORM;
|
||||
//outputformat = VID_OUTFMT_RGBC_SVIDEO;
|
||||
scartvoltage = -1;
|
||||
video_standby = 0;
|
||||
fd = -1;
|
||||
openDevice();
|
||||
}
|
||||
|
||||
cVideo::~cVideo(void)
|
||||
|
Reference in New Issue
Block a user