Drop Snow codec

Snow is a toy codec with no real-world use and horrible code.
This commit is contained in:
Diego Biurrun 2012-09-24 17:57:14 +02:00
parent 6b8d88808d
commit a0c5917f86
37 changed files with 27 additions and 6728 deletions

View file

@ -212,7 +212,6 @@ void avcodec_register_all(void)
REGISTER_ENCDEC (SGI, sgi);
REGISTER_DECODER(SMACKER, smacker);
REGISTER_DECODER(SMC, smc);
REGISTER_ENCDEC (SNOW, snow);
REGISTER_DECODER(SP5X, sp5x);
REGISTER_ENCDEC (SUNRAST, sunrast);
REGISTER_ENCDEC (SVQ1, svq1);