Home | History | Annotate | Download | only in Compress
      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 }}
     18