mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
fix typo , no changes
Origin commit data
------------------
Branch: master
Commit: c4e7fd97a6
Author: Frankenstone <dampf_acc@online.de>
Date: 2018-05-30 (Wed, 30 May 2018)
------------------
No further description and justification available within origin commit message!
------------------
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 */
|
||||
int n = proc_get_hex(VMPEG_aspect[devnum]);
|
||||
return n *2 + 1;
|
||||
return n * 2 + 1;
|
||||
}
|
||||
if (fop(ioctl, VIDEO_GET_SIZE, &s) < 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user