Update S98vdec (#1071)

This commit is contained in:
Signor Pellegrino
2023-10-20 02:48:55 +03:00
committed by GitHub
parent 72f266e7ea
commit e86239a562

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 &
;;