[MPlayer-cvslog] r25333 - trunk/vobsub.h
ulion
subversion at mplayerhq.hu
Mon Dec 10 11:27:15 CET 2007
Author: ulion
Date: Mon Dec 10 11:27:14 2007
New Revision: 25333
Log:
Make up missing header update in r25326.
Modified:
trunk/vobsub.h
Modified: trunk/vobsub.h
==============================================================================
--- trunk/vobsub.h (original)
+++ trunk/vobsub.h Mon Dec 10 11:27:14 2007
@@ -17,6 +17,8 @@ extern int vobsub_get_index_by_id(void *
/// Convert palette value in idx file to yuv.
unsigned int vobsub_palette_to_yuv(unsigned int pal);
+/// Convert rgb value to yuv.
+unsigned int vobsub_rgb_to_yuv(unsigned int rgb);
extern void *vobsub_out_open(const char *basename, const unsigned int *palette, unsigned int orig_width, unsigned int orig_height, const char *id, unsigned int index);
extern void vobsub_out_output(void *me, const unsigned char *packet, int len, double pts);
More information about the MPlayer-cvslog
mailing list