chdman/3rdparty/lzma/CPP/7zip/Compress/BcjRegister.cpp
2022-01-05 08:45:19 +02:00

18 lines
228 B
C++

// BcjRegister.cpp
#include "StdAfx.h"
#include "../Common/RegisterCodec.h"
#include "BcjCoder.h"
namespace NCompress {
namespace NBcj {
REGISTER_FILTER_E(BCJ,
CCoder(false),
CCoder(true),
0x3030103, "BCJ")
}}