diff options
author | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-11-14 22:26:14 +0000 |
---|---|---|
committer | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-11-14 22:26:14 +0000 |
commit | 2d6d93d83db25ad4dbf596a72479d4bf1cb4d54c (patch) | |
tree | f6e1b77cf98e69c7fb0f1cb086ade4a4e0f689a7 | |
parent | 5420abe07f8973cdfea876d98c5fd330aeadb54b (diff) |
removed forgotten and out of date comment
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25053 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | stream/stream_dvdnav.c | 1 |
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++) { |