mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 23:43:00 +02:00
raspi: first implementation of PIG in AVDec
This commit is contained in:
@@ -158,6 +158,7 @@ void cVideo::Pig(int x, int y, int w, int h, int, int)
|
||||
pig_y = y;
|
||||
pig_w = w;
|
||||
pig_h = h;
|
||||
avdec->pig(x, y, w, h);
|
||||
}
|
||||
|
||||
void cVideo::getPictureInfo(int &width, int &height, int &rate)
|
||||
|
Reference in New Issue
Block a user