diff allformats.c @ 594:89a09ede50ad libavformat

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)
author mmu_man
date Sat, 20 Nov 2004 23:10:07 +0000
parents f847832552e5
children d2bae3719018
line wrap: on
line diff
--- a/allformats.c	Fri Nov 19 18:16:36 2004 +0000
+++ b/allformats.c	Sat Nov 20 23:10:07 2004 +0000
@@ -110,6 +110,7 @@
     matroska_init();
     sol_init();
     ea_init();
+    nsvdec_init();
 
 #ifdef CONFIG_ENCODERS
     /* image formats */