mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 04:58:06 +00:00
duplitated check fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@614 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
cd30d641c1
commit
c2cdf91ec9
@ -645,11 +645,10 @@ void parsehtml(FILE *f1,FILE *f2,codecs_t *codec,int section,int dshow){
|
||||
continue;
|
||||
}
|
||||
d=fgetc(f1);
|
||||
if(d=='.') return; // end of section
|
||||
|
||||
switch(d){
|
||||
case '.':
|
||||
return;
|
||||
return; // end of section
|
||||
case 'n':
|
||||
wrapline(f2,codec->name); break;
|
||||
case 'i':
|
||||
|
Loading…
Reference in New Issue
Block a user