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

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Sun Mar 25 20:52:49 CEST 2007


Hello,
On Sun, Mar 25, 2007 at 08:29:27PM +0200, Dominik 'Rathann' Mierzejewski wrote:
> 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

> --- 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;

Actually it is not a typo but something I obviously forgot to change
during one of the subtitle cleanup patches, subcp_recode1 was a special
function for use in demux_ogg, but I changed it to use the normal
subcp_recode.
Ok to apply anyway though.

Greetings,
Reimar Döffinger



More information about the MPlayer-dev-eng mailing list