]> granicus.if.org Git - openjpeg/commitdiff
Merge branch 'bit-fields-type' of https://github.com/smuehlst/openjpeg into smuehlst...
authorAntonin Descampe <antonin@gmail.com>
Tue, 13 Sep 2016 19:21:11 +0000 (21:21 +0200)
committerAntonin Descampe <antonin@gmail.com>
Tue, 13 Sep 2016 19:21:11 +0000 (21:21 +0200)
1  2 
src/lib/openjp2/j2k.h
src/lib/openjp2/opj_includes.h
src/lib/openjp2/tcd.h

Simple merge
Simple merge
index 77817bf6c21ef4b10d4a1cb5a05e9373d829854e,3c1940b8dbe06219a32142e1c25d168722888290..76eff0057e12fc08b4e32d3b7a2b31a830a0670f
@@@ -219,9 -219,7 +219,9 @@@ typedef struct opj_tc
        /** current encoded/decoded tile */
        OPJ_UINT32 tcd_tileno;
        /** tell if the tcd is a decoder. */
-       OPJ_UINT32 m_is_decoder : 1;
 -      OPJ_BITFIELD m_is_decoder : 1;
++    OPJ_BITFIELD m_is_decoder : 1;
 +    /** Thread pool */
 +    opj_thread_pool_t* thread_pool;
  } opj_tcd_t;
  
  /** @name Exported functions */