Welcome to mirror list, hosted at ThFree Co, Russian Federation.

BcjRegister.cpp « Compress « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 83c6830fbc90da59d443bbd45308c9836b89005b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// BcjRegister.cpp

#include "StdAfx.h"

#include "../Common/RegisterCodec.h"

#include "BcjCoder.h"

REGISTER_FILTER_E(BCJ,
    CBcjCoder(false),
    CBcjCoder(true),
    0x3030103, "BCJ")