[client] implemented initial slow yuv420 support

This commit is contained in:
Geoffrey McRae
2018-07-28 08:41:15 +10:00
parent d292d46fcb
commit 05bd587c74
6 changed files with 199 additions and 20 deletions

View File

@@ -21,10 +21,12 @@ Place, Suite 330, Boston, MA 02111-1307 USA
#include "lg-decoder.h"
extern const LG_Decoder LGD_NULL;
extern const LG_Decoder LGD_YUV420;
const LG_Decoder * LG_Decoders[] =
{
&LGD_NULL,
&LGD_YUV420,
NULL // end of array sentinal
};