Update S98vdec (#1071)

pull/1074/head
Signor Pellegrino 2023-10-20 02:48:55 +03:00 committed by GitHub
parent 72f266e7ea
commit e86239a562
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -5,9 +5,6 @@
case "$1" in
start)
echo "Killing watchdog..."
insmod /lib/modules/4.9.37/hisilicon/wdt.ko
rmmod /lib/modules/4.9.37/hisilicon/wdt.ko
echo "Starting vdec decoder service..."
vdec -p 5600 -d frame -c h265 --bg-r 30 --bg-g 0 --bg-b 30 --osd &
;;