forked from len0rd/rockbox
just pass the struct to vo_setup instead of multiple arguments
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13022 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c6fce6cad3
commit
4d9c0012d4
3 changed files with 13 additions and 21 deletions
|
@ -879,12 +879,7 @@ static void video_thread(void)
|
|||
continue;
|
||||
|
||||
case STATE_SEQUENCE:
|
||||
vo_setup(info->sequence->display_width,
|
||||
info->sequence->display_height,
|
||||
info->sequence->width,
|
||||
info->sequence->height,
|
||||
info->sequence->chroma_width,
|
||||
info->sequence->chroma_height);
|
||||
vo_setup(info->sequence);
|
||||
mpeg2_skip (mpeg2dec, false);
|
||||
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue