- 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:
Frankenstone
2018-05-30 19:25:10 +02:00
parent 95a9b875d6
commit 9ad39d908e

View File

@@ -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)
{ {