tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

BcjRegister.cpp (245B)


      1 // BcjRegister.cpp
      2 
      3 #include "StdAfx.h"
      4 
      5 #include "../Common/RegisterCodec.h"
      6 
      7 #include "BcjCoder.h"
      8 
      9 namespace NCompress {
     10 namespace NBcj {
     11 
     12 REGISTER_FILTER_E(BCJ,
     13    CCoder(false),
     14    CCoder(true),
     15    0x3030103, "BCJ")
     16 
     17 }}