mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
add support for non 16x16 frame sizes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13016 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
abd103c315
commit
ab9d654c86
3 changed files with 12 additions and 9 deletions
|
@ -879,7 +879,9 @@ static void video_thread(void)
|
|||
continue;
|
||||
|
||||
case STATE_SEQUENCE:
|
||||
vo_setup(info->sequence->width,
|
||||
vo_setup(info->sequence->display_width,
|
||||
info->sequence->display_height,
|
||||
info->sequence->width,
|
||||
info->sequence->height,
|
||||
info->sequence->chroma_width,
|
||||
info->sequence->chroma_height);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue