[client] remove h264 decoder for now

This commit is contained in:
Geoffrey McRae 2018-05-29 17:44:25 +10:00
parent c6830bab16
commit a507dd0c51

View File

@ -20,13 +20,11 @@ Place, Suite 330, Boston, MA 02111-1307 USA
#pragma once
#include "lg-decoder.h"
extern const LG_Decoder LGD_H264;
extern const LG_Decoder LGD_NULL;
const LG_Decoder * LG_Decoders[] =
{
&LGD_NULL,
&LGD_H264,
NULL // end of array sentinal
};