Mercurial > mplayer.hg
changeset 25305:9e41b6f16189
Make up missing header update in r25326.
author | ulion |
---|---|
date | Mon, 10 Dec 2007 10:27:14 +0000 |
parents | fb719ee583b5 |
children | 192b1d7dcfb0 |
files | vobsub.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/vobsub.h Mon Dec 10 04:37:26 2007 +0000 +++ b/vobsub.h Mon Dec 10 10:27:14 2007 +0000 @@ -17,6 +17,8 @@ /// 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);