mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-01-01 17:32:29 +00:00
[client] implemented initial slow yuv420 support
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user