mirror of
https://github.com/mpv-player/mpv
synced 2025-01-30 03:32:50 +00:00
Declare a prototype for the function before it is used. Otherwise some compiler versions will "optimize" them away, and linking will fail.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13804 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
666adde006
commit
6bc7b34350
@ -425,6 +425,8 @@ static int demux_ogg_check_lang(char *clang, char *langlist)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int demux_ogg_sub_reverse_id(demuxer_t *demuxer, int id);
|
||||
|
||||
/// Try to print out comments and also check for LANGUAGE= tag
|
||||
static void demux_ogg_check_comments(demuxer_t *d, ogg_stream_t *os, int id, vorbis_comment *vc)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user