Mercurial > mplayer.hg
changeset 25025:ff136e30da72
removed forgotten and out of date comment
author | nicodvb |
---|---|
date | Wed, 14 Nov 2007 22:26:14 +0000 |
parents | 1c630d8331af |
children | afead6ecb8ba |
files | stream/stream_dvdnav.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/stream_dvdnav.c Wed Nov 14 22:25:10 2007 +0000 +++ b/stream/stream_dvdnav.c Wed Nov 14 22:26:14 2007 +0000 @@ -496,7 +496,6 @@ 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++) {