blob: 48cc057fa155801dd96fe5cf4cf22af1939bad60 [file] [log] [blame]
// 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")
}}