summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorFrançois Revol <revol@free.fr>2004-11-20 23:10:07 +0000
committerFrançois Revol <revol@free.fr>2004-11-20 23:10:07 +0000
commit27d5f18f663a240a0a1d1833ea6eefa3463cf323 (patch)
tree8eec60684a2d72fe38a7a9518c86cd1ee70988a9 /libavformat/allformats.c
parent55429b553429b9c2f3f16e1b5d5038c8b6f45d9f (diff)
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.c1
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 */