removed forgotten and out of date comment

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25053 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nicodvb 2007-11-14 22:26:14 +00:00
parent 5420abe07f
commit 2d6d93d83d
1 changed files with 0 additions and 1 deletions

View File

@ -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++) {