raspi: add support for MPEG2

TODO: check if the MPEG2 license is present (and warn if not)
This commit is contained in:
Stefan Seyfried
2013-10-22 01:14:58 +02:00
parent de0950ffa9
commit ffc375869b
3 changed files with 20 additions and 1 deletions

View File

@@ -32,4 +32,5 @@ public:
int show_picture(const char *filename);
int set_aspect(int aspect, int mode);
int pig(int x, int y, int w, int h);
int set_videoformat(int format);
};