mirror of https://github.com/mpv-player/mpv
Fixes:
demux_ogg.c:253: warning: implicit declaration of function ‘subcp_recode’ Approved by Reimar. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22823 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
5bee3cce05
commit
02d3e141fb
|
@ -67,7 +67,7 @@ extern int fribidi_flip_commas;
|
|||
#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;
|
||||
|
|
Loading…
Reference in New Issue