first pass at PSX STR demuxer; does not yet interact correctly with MDEC

video decoder

Originally committed as revision 2190 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Mike Melanson
2003-09-01 15:55:38 +00:00
parent 421e085903
commit 3f16d933a9
4 changed files with 357 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ void av_register_all(void)
fourxm_init();
flvenc_init();
flvdec_init();
str_init();
#ifdef AMR_NB
amr_init();