Update of /cvsroot/xine/xine-lib/src/input/vcd
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19804/src/input/vcd

Modified Files:
        vcdplayer.c 
Log Message:
Declare vcdinfo_get_seg_resolution function in vcdplayer.c where it is used, 
but note that it's not exported by libvcd so it is unsafe to use.

Index: vcdplayer.c
===================================================================
RCS file: /cvsroot/xine/xine-lib/src/input/vcd/vcdplayer.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- vcdplayer.c 20 Jun 2005 02:17:41 -0000      1.19
+++ vcdplayer.c 21 Feb 2007 23:17:14 -0000      1.20
@@ -46,6 +46,12 @@
 #include "vcdplayer.h"
 #include "vcdio.h"
 
+/* This function is _not_ exported by libvcd, its usage should be avoided, most
+ * likely.
+ */
+void vcdinfo_get_seg_resolution(const vcdinfo_obj_t *p_vcdinfo, segnum_t i_seg,
+                                /*out*/ uint16_t *max_x, /*out*/ uint16_t 
*max_y);
+
 #define LOG_ERR(p_vcdplayer, s, args...) \
        if (p_vcdplayer != NULL && p_vcdplayer->log_err != NULL) \
           p_vcdplayer->log_err("%s:  "s, __func__ , ##args)


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog

Reply via email to