From 664527f56785e3a4fac78db9df800e709b4042b5 Mon Sep 17 00:00:00 2001 From: BPanther Date: Fri, 15 Oct 2021 14:54:57 +0200 Subject: [PATCH] fix last commit Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/e5c2d215429eac1a6d84e820fe3c3917cd82c3b3 Author: BPanther Date: 2021-10-15 (Fri, 15 Oct 2021) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libarmbox/video.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libarmbox/video.cpp b/libarmbox/video.cpp index f5ffa21..0c9bba4 100644 --- a/libarmbox/video.cpp +++ b/libarmbox/video.cpp @@ -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)