fix HD60/HD61

Origin commit data
------------------
Branch: master
Commit: 73bc573a51
Author: TangoCash <eric@loxat.de>
Date: 2020-10-03 (Sat, 03 Oct 2020)


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

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2020-10-03 19:27:37 +02:00
committed by vanhofen
parent cab21ffcc8
commit 66be0e1ff9
4 changed files with 20 additions and 5 deletions

View File

@@ -541,7 +541,7 @@ int cVideo::Start(void * /*PcrChannel*/, unsigned short /*PcrPid*/, unsigned sho
playstate = VIDEO_PLAYING;
fop(ioctl, VIDEO_SELECT_SOURCE, VIDEO_SOURCE_DEMUX);
int res = fop(ioctl, VIDEO_PLAY);
#ifdef BOXMODEL_HD60 || BOXMODEL_HD61
#if BOXMODEL_HISILICON
fop(ioctl, VIDEO_CONTINUE);
#endif
if (brightness > -1) {