Mercurial > mplayer.hg
changeset 22805:714a39ce043b
Fixes:
demux_ogg.c:253: warning: implicit declaration of function ¡Æsubcp_recode¡Ç
Approved by Reimar.
author | rathann |
---|---|
date | Sun, 25 Mar 2007 19:25:11 +0000 |
parents | 999a82456663 |
children | 5908689f34de |
files | subreader.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/subreader.h Sun Mar 25 19:07:50 2007 +0000 +++ b/subreader.h Sun Mar 25 19:25:11 2007 +0000 @@ -67,7 +67,7 @@ #endif sub_data* sub_read_file (char *filename, float pts); -subtitle* subcp_recode1 (subtitle *sub); +subtitle* subcp_recode (subtitle *sub); // enca_fd is the file enca uses to determine the codepage. // setting to NULL disables enca. struct stream_st;