Files
easy7zip/CPP/7zip/Compress/BcjRegister.cpp
Igor Pavlov ec44a8a070 22.00
2022-06-23 11:43:16 +01:00

18 lines
228 B
C++
Executable File

// 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")
}}