mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
part revert 0b63d2c
- on sh4 wrong getAspectRatio
Origin commit data
------------------
Branch: master
Commit: 01c97129dc
Author: Frankenstone <dampf_acc@online.de>
Date: 2018-05-30 (Wed, 30 May 2018)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -392,7 +392,7 @@ int cVideo::getAspectRatio(void)
|
|||||||
{
|
{
|
||||||
/* in movieplayer mode, fd is not opened -> fall back to procfs */
|
/* in movieplayer mode, fd is not opened -> fall back to procfs */
|
||||||
int n = proc_get_hex(VMPEG_aspect[devnum]);
|
int n = proc_get_hex(VMPEG_aspect[devnum]);
|
||||||
return n;
|
return n *2 + 1;
|
||||||
}
|
}
|
||||||
if (fop(ioctl, VIDEO_GET_SIZE, &s) < 0)
|
if (fop(ioctl, VIDEO_GET_SIZE, &s) < 0)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user