summaryrefslogtreecommitdiffstats
path: root/other-licenses/7zstub/src/CPP/7zip/Compress/BcjRegister.cpp
blob: 48cc057fa155801dd96fe5cf4cf22af1939bad60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 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")

}}