raspi: first try of aspect ratio setting

this needs more work / testing with 4:3 input material
This commit is contained in:
Stefan Seyfried
2013-10-21 00:29:01 +02:00
parent a78e983d5f
commit 0b1c4bcb9c
4 changed files with 35 additions and 3 deletions

View File

@@ -30,5 +30,6 @@ public:
int set_volume(int vol);
int play_pcm(uint8_t *buffer, int size, int ch = -1, int srate = -1, int bits = -1, int le = -1);
int show_picture(const char *filename);
int set_aspect(int aspect, int mode);
int pig(int x, int y, int w, int h);
};