[Mplayer-cvslog] CVS: main/libmpdemux demux_ogg.c,1.59,1.60
Moritz Bunkus CVS
syncmail at mplayerhq.hu
Sat Oct 30 10:42:28 CEST 2004
CVS change done by Moritz Bunkus CVS
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv5166
Modified Files:
demux_ogg.c
Log Message:
Declare a prototype for the function before it is used. Otherwise some compiler versions will "optimize" them away, and linking will fail.
Index: demux_ogg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_ogg.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- demux_ogg.c 14 Oct 2004 15:09:34 -0000 1.59
+++ demux_ogg.c 30 Oct 2004 08:42:25 -0000 1.60
@@ -425,6 +425,8 @@
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)
{
More information about the MPlayer-cvslog
mailing list