comparison avformat.h @ 266:8bb470d85249 libavformat

New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE & Video-1, Apple RPZA, Cinepak, Westwood IMA ADPCM
author tmmm
date Wed, 01 Oct 2003 04:39:38 +0000
parents 302d133294d3
children 9fa2ec3b9982
comparison
equal deleted inserted replaced
265:786e8286ea4a 266:8bb470d85249
404 int nut_init(void); 404 int nut_init(void);
405 405
406 /* wc3movie.c */ 406 /* wc3movie.c */
407 int wc3_init(void); 407 int wc3_init(void);
408 408
409 /* westwood.c */
410 int westwood_init(void);
411
412 /* segafilm.c */
413 int film_init(void);
414
409 #include "rtp.h" 415 #include "rtp.h"
410 416
411 #include "rtsp.h" 417 #include "rtsp.h"
412 418
413 /* yuv4mpeg.c */ 419 /* yuv4mpeg.c */