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:
mosu 2004-10-30 08:42:25 +00:00
parent 666adde006
commit 6bc7b34350
1 changed files with 2 additions and 0 deletions

View File

@ -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)
{