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


Ignore:
Timestamp:
18 Sep 2014, 01:38:36 (11 years ago)
Author:
qualcomm
Message:

Fix for signalling of bitrate and picture rate info in VPS VUI to be more aligned to JCTVC-R1008

MACRO: SIGNALLING_BITRATE_PICRATE_FIX

submitted by Hendry (fhendry@…)

File:
1 edited

Legend:

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

    r887 r889  
    16301630#if Q0078_ADD_LAYER_SETS
    16311631#if R0227_BR_PR_ADD_LAYER_SET
     1632#if SIGNALLING_BITRATE_PICRATE_FIX
     1633    for( i = vps->getBaseLayerInternalFlag() ? 0 : 1; i < vps->getNumLayerSets(); i++ )
     1634#else
    16321635    for( i = 0; i < vps->getNumLayerSets(); i++ )
     1636#endif
    16331637#else
    16341638    for( i = 0; i <= vps->getVpsNumLayerSetsMinus1(); i++ )
Note: See TracChangeset for help on using the changeset viewer.