blob: 0348f641fd094f9247d66074ab3eed71847cbb4e [file] [log] [blame]
// BcjRegister.cpp
#include "StdAfx.h"
#include "../Common/RegisterCodec.h"
#include "BcjCoder.h"
namespace NCompress {
namespace NBcj {
REGISTER_FILTER_E(BCJ,
CCoder2(z7_BranchConvSt_X86_Dec),
CCoder2(z7_BranchConvSt_X86_Enc),
0x3030103, "BCJ")
}}