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/allformats.c | |
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/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index c91c55cfa3..712269bfad 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -110,6 +110,7 @@ void av_register_all(void) matroska_init(); sol_init(); ea_init(); + nsvdec_init(); #ifdef CONFIG_ENCODERS /* image formats */ |