summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvdnav.c
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-14 22:26:14 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-14 22:26:14 +0000
commit2d6d93d83db25ad4dbf596a72479d4bf1cb4d54c (patch)
treef6e1b77cf98e69c7fb0f1cb086ade4a4e0f689a7 /stream/stream_dvdnav.c
parent5420abe07f8973cdfea876d98c5fd330aeadb54b (diff)
downloadmpv-2d6d93d83db25ad4dbf596a72479d4bf1cb4d54c.tar.bz2
mpv-2d6d93d83db25ad4dbf596a72479d4bf1cb4d54c.tar.xz
removed forgotten and out of date comment
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25053 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/stream_dvdnav.c')
-rw-r--r--stream/stream_dvdnav.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stream/stream_dvdnav.c b/stream/stream_dvdnav.c
index e6760cbcb4..e8f1e86baa 100644
--- a/stream/stream_dvdnav.c
+++ b/stream/stream_dvdnav.c
@@ -496,7 +496,6 @@ int dvdnav_aid_from_lang(stream_t *stream, unsigned char *language) {
uint8_t format, lg;
uint16_t lang, lcode;;
- //this macro is defined only in libdvdnav-cvs
while(language && strlen(language)>=2) {
lcode = (language[0] << 8) | (language[1]);
for(k=0; k<32; k++) {