diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2006-02-02 15:21:19 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2006-02-02 15:21:19 +0000 |
commit | f11288dab4c5c7b65b824c1c4e3ff3e9f642b040 (patch) | |
tree | 2b5e8470867ebe028f03527f45fee41fb2fcf9da /libavformat/avformat.h | |
parent | 93d3e278cd095f4a9d44513b91ce0785b2b159a2 (diff) | |
download | ffmpeg-f11288dab4c5c7b65b824c1c4e3ff3e9f642b040.tar.gz |
AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org)
Originally committed as revision 4924 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index dc3dcbfa57..cb7346569d 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -549,6 +549,9 @@ int nsvdec_init(void); /* daud.c */ int daud_init(void); +/* aiff.c */ +int ff_aiff_init(void); + #include "rtp.h" #include "rtsp.h" |