summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-04 21:25:28 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-04 21:25:28 +0000
commit58d131b1c6d330e957c8838214ec908df8891f98 (patch)
tree9e1c6fcc3be20fdeb1fa62ff57ce2a09e8c4c227 /stream
parent3870447956fb8b12252eb9b3f85112c0bacc6bf5 (diff)
downloadmpv-58d131b1c6d330e957c8838214ec908df8891f98.tar.bz2
mpv-58d131b1c6d330e957c8838214ec908df8891f98.tar.xz
cosmetics: removed commented code and small reindentation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24011 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/stream_dvdnav.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/stream/stream_dvdnav.c b/stream/stream_dvdnav.c
index 1607c21231..3b030ede68 100644
--- a/stream/stream_dvdnav.c
+++ b/stream/stream_dvdnav.c
@@ -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: {