Mercurial > mplayer.hg
changeset 2840:808fe0767cf8
fix typos - patch by Colin Marquardt <colin@marquardt-home.de>
author | pl |
---|---|
date | Sun, 11 Nov 2001 16:15:24 +0000 |
parents | 03ccbb72e2e9 |
children | 7ff47d6ae6e9 |
files | mencoder.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mencoder.c Sun Nov 11 16:09:19 2001 +0000 +++ b/mencoder.c Sun Nov 11 16:15:24 2001 +0000 @@ -497,7 +497,7 @@ } } -printf("Writting AVI header...\n"); +printf("Writing AVI header...\n"); aviwrite_write_header(muxer,muxer_f); switch(mux_v->codec){ @@ -795,7 +795,7 @@ } // while(!eof) -printf("\nWritting AVI index...\n"); +printf("\nWriting AVI index...\n"); aviwrite_write_index(muxer,muxer_f); printf("Fixup AVI header...\n"); fseek(muxer_f,0,SEEK_SET);