mirror of https://github.com/mpv-player/mpv
codecs.html renamed to codecs-status.html
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1690 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1c223b5bc0
commit
602b56b252
|
@ -732,7 +732,7 @@ int main(void)
|
|||
printf("no audioconfig.\n");
|
||||
|
||||
f1=fopen("DOCS/codecs-in.html","rb"); if(!f1) exit(1);
|
||||
f2=fopen("DOCS/codecs.html","wb"); if(!f2) exit(1);
|
||||
f2=fopen("DOCS/codecs-status.html","wb"); if(!f2) exit(1);
|
||||
|
||||
while((c=fgetc(f1))>=0){
|
||||
if(c!='%'){
|
||||
|
|
Loading…
Reference in New Issue