"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "CPP/7zip/Compress/Bcj2Register.cpp" between
p7zip_15.14.1_src_all.tar.gz and p7zip_16.02_src_all.tar.gz

About: p7zip is a command-line file archiver with a high compression ratio (a port of the Windows program 7za.exe).

Bcj2Register.cpp  (p7zip_15.14.1_src_all):Bcj2Register.cpp  (p7zip_16.02_src_all)
// Bcj2Register.cpp // Bcj2Register.cpp
#include "StdAfx.h" #include "StdAfx.h"
#include "../Common/RegisterCodec.h" #include "../Common/RegisterCodec.h"
#include "Bcj2Coder.h" #include "Bcj2Coder.h"
REGISTER_CODEC_CREATE_2(CreateCodec, NCompress::NBcj2::CDecoder(), ICompressCode namespace NCompress {
r2) namespace NBcj2 {
REGISTER_CODEC_CREATE_2(CreateCodec, CDecoder(), ICompressCoder2)
#ifndef EXTRACT_ONLY #ifndef EXTRACT_ONLY
REGISTER_CODEC_CREATE_2(CreateCodecOut, NCompress::NBcj2::CEncoder(), ICompressC oder2) REGISTER_CODEC_CREATE_2(CreateCodecOut, CEncoder(), ICompressCoder2)
#else #else
#define CreateCodecOut NULL #define CreateCodecOut NULL
#endif #endif
REGISTER_CODEC_VAR REGISTER_CODEC_VAR
{ CreateCodec, CreateCodecOut, 0x303011B, "BCJ2", 4, false }; { CreateCodec, CreateCodecOut, 0x303011B, "BCJ2", 4, false };
REGISTER_CODEC(BCJ2) REGISTER_CODEC(BCJ2)
}}
 End of changes. 3 change blocks. 
3 lines changed or deleted 5 lines changed or added

Home  |  About  |  All  |  Newest  |  Fossies Dox  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTPS