raspi: first implementation of PIG in AVDec

This commit is contained in:
Stefan Seyfried
2013-10-21 00:08:47 +02:00
parent 824c602fb6
commit e0f5184900
4 changed files with 44 additions and 8 deletions

View File

@@ -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)