s302m encoder

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Darryl Wallace
2013-03-15 00:37:07 -04:00
committed by Paul B Mahol
parent fbd0f91a3a
commit 3e16047507
5 changed files with 181 additions and 4 deletions

View File

@@ -239,7 +239,7 @@ void avcodec_register_all(void)
REGISTER_ENCDEC (RV20, rv20);
REGISTER_DECODER(RV30, rv30);
REGISTER_DECODER(RV40, rv40);
REGISTER_DECODER(S302M, s302m);
REGISTER_ENCDEC (S302M, s302m);
REGISTER_DECODER(SANM, sanm);
REGISTER_ENCDEC (SGI, sgi);
REGISTER_DECODER(SGIRLE, sgirle);