mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-28 07:51:21 +02:00
raspi: first try of aspect ratio setting
this needs more work / testing with 4:3 input material
This commit is contained in:
@@ -52,7 +52,7 @@ cVideo::~cVideo(void)
|
||||
int cVideo::setAspectRatio(int vformat, int cropping)
|
||||
{
|
||||
lt_info("%s(%d, %d)\n", __func__, vformat, cropping);
|
||||
return 0;
|
||||
return avdec->set_aspect(vformat, cropping);
|
||||
}
|
||||
|
||||
int cVideo::getAspectRatio(void)
|
||||
|
Reference in New Issue
Block a user