diff options
author | François Revol <revol@free.fr> | 2004-11-20 23:10:07 +0000 |
---|---|---|
committer | François Revol <revol@free.fr> | 2004-11-20 23:10:07 +0000 |
commit | 27d5f18f663a240a0a1d1833ea6eefa3463cf323 (patch) | |
tree | 8eec60684a2d72fe38a7a9518c86cd1ee70988a9 /libavformat/avformat.h | |
parent | 55429b553429b9c2f3f16e1b5d5038c8b6f45d9f (diff) | |
download | ffmpeg-27d5f18f663a240a0a1d1833ea6eefa3463cf323.tar.gz |
First implementation of nsv demuxer.
Get libavformat linked with lavc and lmp3lame is required. BeOS requires no undefined syms on link! (besides it's bad to leave undef syms)
Originally committed as revision 3696 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 2f6cc3c4ef..626c0d0d68 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -510,6 +510,9 @@ int sol_init(void); /* electronicarts.c */ int ea_init(void); +/* nsvdec.c */ +int nsvdec_init(void); + #include "rtp.h" #include "rtsp.h" |