Changeset 718 in SHVCSoftware for branches


Ignore:
Timestamp:
22 Apr 2014, 03:10:47 (11 years ago)
Author:
seregin
Message:

change MAX_VPS_OP_LAYER_SETS_PLUS1 to (MAX_LAYERS+1)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/Lib/TLibCommon/TypeDef.h

    r694 r718  
    305305
    306306#if VPS_RENAME
    307 #define MAX_VPS_OP_LAYER_SETS_PLUS1               3
     307#define MAX_VPS_OP_LAYER_SETS_PLUS1               (MAX_LAYERS+1)
    308308#define MAX_VPS_LAYER_SETS_PLUS1                  1024
    309309#define MAX_VPS_LAYER_ID_PLUS1                    MAX_LAYERS
Note: See TracChangeset for help on using the changeset viewer.