fix last commit

Origin commit data
------------------
Branch: master
Commit: e5c2d21542
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-10-15 (Fri, 15 Oct 2021)


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

------------------
This commit was generated by Migit
This commit is contained in:
BPanther
2021-10-15 14:54:57 +02:00
committed by vanhofen
parent f9c5e03c30
commit 664527f567

View File

@@ -991,7 +991,7 @@ void cVideo::Pig(int x, int y, int w, int h, int osd_w, int osd_h, int startx, i
proc_put(VMPEG_dst_height[devnum], buffer, strlen(buffer));
sprintf(buffer, "%x", 1);
proc_put(VMPEG_dst_apply[i], buffer, strlen(buffer));
proc_put(VMPEG_dst_apply[devnum], buffer, strlen(buffer));
}
static inline int rate2csapi(int rate)