comparison avformat.h @ 164:99fbacf0f764 libavformat

flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>)
author michaelni
date Wed, 09 Jul 2003 23:10:59 +0000
parents 470456bd0065
children 808dabf5a88e
comparison
equal deleted inserted replaced
163:470456bd0065 164:99fbacf0f764
302 int swf_init(void); 302 int swf_init(void);
303 303
304 /* mov.c */ 304 /* mov.c */
305 int mov_init(void); 305 int mov_init(void);
306 306
307 /* flvenc.c */
308 int flvenc_init(void);
309
310 /* flvdec.c */
311 int flvdec_init(void);
312
307 /* jpeg.c */ 313 /* jpeg.c */
308 int jpeg_init(void); 314 int jpeg_init(void);
309 315
310 /* gif.c */ 316 /* gif.c */
311 int gif_init(void); 317 int gif_init(void);