BcjRegister.cpp (p7zip_15.14.1_src_all) | : | BcjRegister.cpp (p7zip_16.02_src_all) | ||
---|---|---|---|---|
// BcjRegister.cpp | // BcjRegister.cpp | |||
#include "StdAfx.h" | #include "StdAfx.h" | |||
#include "../Common/RegisterCodec.h" | #include "../Common/RegisterCodec.h" | |||
#include "BcjCoder.h" | #include "BcjCoder.h" | |||
namespace NCompress { | ||||
namespace NBcj { | ||||
REGISTER_FILTER_E(BCJ, | REGISTER_FILTER_E(BCJ, | |||
CBcjCoder(false), | CCoder(false), | |||
CBcjCoder(true), | CCoder(true), | |||
0x3030103, "BCJ") | 0x3030103, "BCJ") | |||
}} | ||||
End of changes. 3 change blocks. | ||||
2 lines changed or deleted | 5 lines changed or added |