[MPlayer-dev-eng] [PATCH] obvious typo in subreader.h

Dominik 'Rathann' Mierzejewski dominik at rangers.eu.org
Sun Mar 25 20:29:27 CEST 2007


Fixes:
demux_ogg.c:253: warning: implicit declaration of function ‘subcp_recode’

I'll apply tomorrow if there are no objections.

Regards,
R.

-- 
MPlayer developer and RPMs maintainer: http://mplayerhq.hu http://rpm.livna.org
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
	-- from "Collected Sayings of Muad'Dib" by the Princess Irulan
-------------- next part --------------
--- MPlayer-22161/subreader.h.warn	2007-01-25 02:32:31.000000000 +0100
+++ MPlayer-22161/subreader.h	2007-02-06 01:00:08.000000000 +0100
@@ -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;


More information about the MPlayer-dev-eng mailing list