Mercurial > mplayer.hg
comparison dll_init.h @ 4574:683a0585420c
VfW encoding support
author | arpi |
---|---|
date | Thu, 07 Feb 2002 20:20:14 +0000 |
parents | fbf7ce9401ff |
children | a4e774e16b22 |
comparison
equal
deleted
inserted
replaced
4573:94f6daad59d4 | 4574:683a0585420c |
---|---|
7 int acm_decode_audio(sh_audio_t *sh_audio, void* a_buffer,int minlen,int maxlen); | 7 int acm_decode_audio(sh_audio_t *sh_audio, void* a_buffer,int minlen,int maxlen); |
8 | 8 |
9 int init_vfw_video_codec(sh_video_t *sh_video,int ex); | 9 int init_vfw_video_codec(sh_video_t *sh_video,int ex); |
10 int vfw_decode_video(sh_video_t* sh_video,void* start,int in_size,int drop_frame,int ex); | 10 int vfw_decode_video(sh_video_t* sh_video,void* start,int in_size,int drop_frame,int ex); |
11 int vfw_set_postproc(sh_video_t* sh_video,int quality); | 11 int vfw_set_postproc(sh_video_t* sh_video,int quality); |
12 | |
13 BITMAPINFOHEADER* vfw_open_encoder(char *dll_name, BITMAPINFOHEADER *input_bih); | |
14 int vfw_encode_frame(BITMAPINFOHEADER* biOutput,void* OutBuf, | |
15 BITMAPINFOHEADER* biInput,void* Image, | |
16 long* keyframe, int quality); | |
17 |