Mercurial > libavformat.hg
comparison allformats.c @ 925:2d9a65a1d9ea libavformat
AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org)
author | michael |
---|---|
date | Thu, 02 Feb 2006 15:21:19 +0000 |
parents | 547675092e98 |
children | a887adfe9dc5 |
comparison
equal
deleted
inserted
replaced
924:6a9265af0009 | 925:2d9a65a1d9ea |
---|---|
52 avidec_init(); | 52 avidec_init(); |
53 ff_wav_init(); | 53 ff_wav_init(); |
54 ff_mmf_init(); | 54 ff_mmf_init(); |
55 swf_init(); | 55 swf_init(); |
56 au_init(); | 56 au_init(); |
57 ff_aiff_init(); | |
57 #ifdef CONFIG_MUXERS | 58 #ifdef CONFIG_MUXERS |
58 gif_init(); | 59 gif_init(); |
59 #endif //CONFIG_MUXERS | 60 #endif //CONFIG_MUXERS |
60 mov_init(); | 61 mov_init(); |
61 #ifdef CONFIG_MUXERS | 62 #ifdef CONFIG_MUXERS |