mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 06:03:45 +01:00
Make up missing header update in r25326.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25333 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ef37a3be9c
commit
8058d953af
2
vobsub.h
2
vobsub.h
@ -17,6 +17,8 @@ extern int vobsub_get_index_by_id(void *vobhandle, int id);
|
||||
|
||||
/// 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);
|
||||
|
Loading…
Reference in New Issue
Block a user