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
This commit is contained in:
François Revol
2004-11-20 23:10:07 +00:00
parent 55429b5534
commit 27d5f18f66
4 changed files with 785 additions and 1 deletions

View File

@@ -110,6 +110,7 @@ void av_register_all(void)
matroska_init();
sol_init();
ea_init();
nsvdec_init();
#ifdef CONFIG_ENCODERS
/* image formats */