armbox: delete parts of sh4 code

Origin commit data
------------------
Branch: master
Commit: 5c0741a8e3
Author: max_10 <max_10@gmx.de>
Date: 2017-10-07 (Sat, 07 Oct 2017)


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

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2017-10-07 21:53:16 +02:00
parent 1a261b0d97
commit 25ea50caf6
2 changed files with 7 additions and 31 deletions

View File

@@ -144,7 +144,6 @@ class cVideo
video_play_state_t playstate;
int /*vidDispMode_t*/ croppingMode;
int /*vidOutFmt_t*/ outputformat;
int scartvoltage;
VIDEO_FORMAT StreamType;
VIDEO_DEFINITION VideoDefinition;
@@ -155,14 +154,20 @@ class cVideo
DISPLAY_AR PictureAR;
VIDEO_FRAME_RATE FrameRate;
int video_standby;
int brightness;
int contrast;
int saturation;
int hue;
/* used internally by dmx */
int64_t GetPTS(void);
int brightness, contrast, saturation, hue;
public:
/* constructor & destructor */
cVideo(int mode, void *, void *, unsigned int unit = 0);
~cVideo(void);
/* used internally by playback */
void openDevice(void);
void closeDevice(void);