Changeset 299 in SHVCSoftware for branches/SHM-2.1-dev/source/Lib/TLibCommon/TComSlice.h
- Timestamp:
- 25 Jun 2013, 19:53:37 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.1-dev/source/Lib/TLibCommon/TComSlice.h
r297 r299 820 820 Int m_numTicksPocDiffOneMinus1; 821 821 #endif 822 #if M0464_TILE_BOUNDARY_ALIGNED_FLAG 823 Bool m_tileBoundariesAlignedFlag; 824 #endif 825 822 826 823 827 public: … … 856 860 ,m_numTicksPocDiffOneMinus1(0) 857 861 #endif 862 #if M0464_TILE_BOUNDARY_ALIGNED_FLAG 863 ,m_tileBoundariesAlignedFlag(true) 864 #endif 858 865 {} 859 866 … … 957 964 Int getNumTicksPocDiffOneMinus1() {return m_numTicksPocDiffOneMinus1;} 958 965 Void setNumTicksPocDiffOneMinus1(Int x) { m_numTicksPocDiffOneMinus1 = x;} 966 #endif 967 #if M0464_TILE_BOUNDARY_ALIGNED_FLAG 968 Bool getTileBoundariesAlignedFlag( ) { return m_tileBoundariesAlignedFlag; } 969 Void setTileBoundariesAlignedFlag( Bool flag ) { m_tileBoundariesAlignedFlag = flag; } 959 970 #endif 960 971 };
Note: See TracChangeset for help on using the changeset viewer.