mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] remove h264 decoder for now
This commit is contained in:
parent
c6830bab16
commit
a507dd0c51
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user