Port SMPTE S302M audio decoder from FFmbc 0.3.

This commit is contained in:
Baptiste Coudurier 2011-04-12 15:29:09 -07:00 committed by Diego Biurrun
parent b44c8ad280
commit 9aa91043f3
7 changed files with 147 additions and 0 deletions

View file

@ -177,6 +177,7 @@ void avcodec_register_all(void)
REGISTER_ENCDEC (RV20, rv20);
REGISTER_DECODER (RV30, rv30);
REGISTER_DECODER (RV40, rv40);
REGISTER_DECODER (S302M, s302m);
REGISTER_ENCDEC (SGI, sgi);
REGISTER_DECODER (SMACKER, smacker);
REGISTER_DECODER (SMC, smc);