comparison avformat.h @ 818:b1d7ee1c792d libavformat

Yamaha SMAF file format support patch by (Vidar Madsen: vidarino, gmail com)
author michael
date Fri, 15 Jul 2005 12:50:00 +0000
parents 6f41cd797a3d
children feca73904e67
comparison
equal deleted inserted replaced
817:8e9c4e5d157b 818:b1d7ee1c792d
460 int amr_init(void); 460 int amr_init(void);
461 461
462 /* wav.c */ 462 /* wav.c */
463 int ff_wav_init(void); 463 int ff_wav_init(void);
464 464
465 /* mmf.c */
466 int ff_mmf_init(void);
467
465 /* raw.c */ 468 /* raw.c */
466 int pcm_read_seek(AVFormatContext *s, 469 int pcm_read_seek(AVFormatContext *s,
467 int stream_index, int64_t timestamp, int flags); 470 int stream_index, int64_t timestamp, int flags);
468 int raw_init(void); 471 int raw_init(void);
469 472