comparison codec-cfg.h @ 361:3e0c68209600

dunno :)
author szabii
date Wed, 11 Apr 2001 20:55:14 +0000
parents a5c6f9d536dd
children b61c5c4484f8
comparison
equal deleted inserted replaced
360:fd152aa6fcf3 361:3e0c68209600
45 char *dll; 45 char *dll;
46 GUID guid; 46 GUID guid;
47 short driver; 47 short driver;
48 short flags; 48 short flags;
49 short status; 49 short status;
50 short cpuflags;
50 } codecs_t; 51 } codecs_t;
51 52
52 codecs_t** parse_codec_cfg(char *cfgfile); 53 codecs_t** parse_codec_cfg(char *cfgfile);
53 codecs_t* find_video_codec(unsigned int fourcc, unsigned int *fourccmap, codecs_t *start); 54 codecs_t* find_video_codec(unsigned int fourcc, unsigned int *fourccmap, codecs_t *start);
54 codecs_t* find_audio_codec(unsigned int fourcc, unsigned int *fourccmap, codecs_t *start); 55 codecs_t* find_audio_codec(unsigned int fourcc, unsigned int *fourccmap, codecs_t *start);