mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 15:33:00 +02:00
raspi: add support for MPEG2
TODO: check if the MPEG2 license is present (and warn if not)
This commit is contained in:
@@ -175,7 +175,7 @@ void cVideo::SetSyncMode(AVSYNC_TYPE)
|
||||
int cVideo::SetStreamType(VIDEO_FORMAT v)
|
||||
{
|
||||
v_format = v;
|
||||
return 0;
|
||||
return avdec->set_videoformat(v);
|
||||
}
|
||||
|
||||
bool cVideo::GetScreenImage(unsigned char * &data, int &xres, int &yres, bool get_video, bool get_osd, bool scale_to_video)
|
||||
|
Reference in New Issue
Block a user