0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02: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:
nicodvb 2007-08-04 21:25:28 +00:00
parent 3870447956
commit 58d131b1c6

View File

@ -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: {