10l: misplaced brace in a switch

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19457 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nicodvb 2006-08-19 19:11:51 +00:00
parent cf8daf54a2
commit 03d052a129
1 changed files with 1 additions and 1 deletions

View File

@ -215,11 +215,11 @@ int dvdnav_stream_read(dvdnav_priv_t * dvdnav_priv, unsigned char *buf, int *len
dvdnav_still_skip(dvdnav_priv->dvdnav); // don't let dvdnav stall on this image
break;
}
case DVDNAV_WAIT:
dvdnav_wait_skip(dvdnav_priv->dvdnav);
break;
}
}
// got an event, repeat the read
dvdnav_stream_add_event(dvdnav_priv,event,buf,*len);