cc_item_tvpic.cpp: fix wrong parameter type

parameter is type int


Origin commit data
------------------
Branch: ni/coolstream
Commit: a8d5c9c2d3
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-06 (Sat, 06 Apr 2019)



------------------
This commit was generated by Migit
This commit is contained in:
2019-04-06 13:42:03 +02:00
committed by vanhofen
parent 1960c75ef1
commit 6a83280338

View File

@@ -101,7 +101,7 @@ void CComponentsPIP::paint(bool do_save_bg)
videoDecoder->Pig(pig_x, pig_y, pig_w, pig_h, screen_w, screen_h);
}
else{ //paint an alternate image if no tv mode available
CComponentsPicture pic = CComponentsPicture (pig_x, pig_y, pig_w, pig_h, pic_name, NULL, false, col_frame, col_frame);
CComponentsPicture pic = CComponentsPicture (pig_x, pig_y, pig_w, pig_h, pic_name, NULL, CC_SHADOW_OFF, col_frame, col_frame);
pic.doPaintBg(false);
int w, h;
pic.getSize(&w, &h);