mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-17 06:11:50 -06:00
13 lines
190 B
C++
13 lines
190 B
C++
// BcjRegister.cpp
|
|
|
|
#include "StdAfx.h"
|
|
|
|
#include "../Common/RegisterCodec.h"
|
|
|
|
#include "BcjCoder.h"
|
|
|
|
REGISTER_FILTER_E(BCJ,
|
|
CBcjCoder(false),
|
|
CBcjCoder(true),
|
|
0x3030103, "BCJ")
|