arm: add black screen in channel swiching

Origin commit data
------------------
Branch: master
Commit: e56ed1e53d
Author: redblue-pkt <redblue-pkt@orange.pl>
Date: 2018-12-28 (Fri, 28 Dec 2018)


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

------------------
This commit was generated by Migit
This commit is contained in:
redblue-pkt
2018-12-28 22:22:58 +01:00
committed by vanhofen
parent 19993bf436
commit 030d7dc46e
2 changed files with 7 additions and 0 deletions

View File

@@ -145,6 +145,7 @@ typedef enum
VIDEO_CONTROL_BLUE_BOOST,
VIDEO_CONTROL_DYNAMIC_CONTRAST,
VIDEO_CONTROL_SCALER_SHARPNESS,
VIDEO_CONTROL_ZAPPING_MODE,
VIDEO_CONTROL_MAX = VIDEO_CONTROL_SHARPNESS
} VIDEO_CONTROL;
@@ -187,6 +188,7 @@ class cVideo
int blue_boost;
int dynamic_contrast;
int scaler_sharpness;
int zapping_mode;
/* used internally by dmx */
int64_t GetPTS(void);