mirror of
https://github.com/mpv-player/mpv
synced 2024-11-07 01:47:00 +01:00
cosmetics: removed commented code and small reindentation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24011 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3870447956
commit
58d131b1c6
@ -162,10 +162,7 @@ static int dvdnav_stream_read(dvdnav_priv_t * priv, unsigned char *buf, int *len
|
||||
case DVDNAV_NAV_PACKET:
|
||||
return event;
|
||||
case DVDNAV_STILL_FRAME: {
|
||||
//if (priv->started) dvd_nav_still=1;
|
||||
//else
|
||||
dvdnav_still_skip(priv->dvdnav); // don't let dvdnav stall on this image
|
||||
|
||||
dvdnav_still_skip(priv->dvdnav); // don't let dvdnav stall on this image
|
||||
break;
|
||||
}
|
||||
case DVDNAV_HIGHLIGHT: {
|
||||
|
Loading…
Reference in New Issue
Block a user