File: lqt_codecfile.h

package info (click to toggle)
libquicktime 2%3A1.2.4-17
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,832 kB
  • sloc: ansic: 55,312; sh: 10,976; makefile: 473; sed: 16
file content (7 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
/* This file was automatically generated.  Do not edit! */
extern int lqt_num_video_codecs;
extern lqt_codec_info_t *lqt_video_codecs;
extern int lqt_num_audio_codecs;
extern lqt_codec_info_t *lqt_audio_codecs;
void lqt_write_codec_file(const char *filename);
lqt_codec_info_t *lqt_read_codec_file(const char *filename);