xref: /third_party/lzma/CPP/7zip/Compress/BcjRegister.cpp (revision 370b324c)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/lzma/CPP/7zip/Compress/
1// BcjRegister.cpp
2
3#include "StdAfx.h"
4
5#include "../Common/RegisterCodec.h"
6
7#include "BcjCoder.h"
8
9namespace NCompress {
10namespace NBcj {
11
12REGISTER_FILTER_E(BCJ,
13    CCoder2(z7_BranchConvSt_X86_Dec),
14    CCoder2(z7_BranchConvSt_X86_Enc),
15    0x3030103, "BCJ")
16
17}}
18

Indexes created Thu Nov 07 10:32:03 CST 2024