Changeset 1164 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder


Ignore:
Timestamp:
8 Jul 2015, 01:06:51 (10 years ago)
Author:
seregin
Message:

macro cleanup: P0307_VPS_NON_VUI_EXTENSION

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp

    r1163 r1164  
    22852285  }
    22862286
    2287 #if P0307_VPS_NON_VUI_EXTENSION
    22882287  // The value of vps_non_vui_extension_length shall be in the range of 0 to 4096, inclusive.
    22892288  assert( vps->getVpsNonVuiExtLength() >= 0 && vps->getVpsNonVuiExtLength() <= 4096 );
     
    23002299    printf("\n\nUp to the current spec, the value of vps_non_vui_extension_length is supposed to be 0\n");
    23012300  }
    2302 #endif
    23032301#endif
    23042302
Note: See TracChangeset for help on using the changeset viewer.