summaryrefslogtreecommitdiffstats
path: root/codec-cfg.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-25 19:03:11 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-25 19:03:11 +0000
commit602b56b25222c19066d91e35ca9fcf876c3db1c7 (patch)
tree9087cbf59377650fdabbe77d6fe562d70632e4de /codec-cfg.c
parent1c223b5bc0d32018fc8bc94d740d7bccd0e3b710 (diff)
downloadmpv-602b56b25222c19066d91e35ca9fcf876c3db1c7.tar.bz2
mpv-602b56b25222c19066d91e35ca9fcf876c3db1c7.tar.xz
codecs.html renamed to codecs-status.html
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1690 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'codec-cfg.c')
-rw-r--r--codec-cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codec-cfg.c b/codec-cfg.c
index 4833a7d54a..df814e4ee1 100644
--- a/codec-cfg.c
+++ b/codec-cfg.c
@@ -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!='%'){