Changeset 1319 in SHVCSoftware for branches/SHM-dev/source/App/TAppEncoder


Ignore:
Timestamp:
21 Jul 2015, 23:31:40 (10 years ago)
Author:
seregin
Message:

port rev 4394

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.cpp

    r1316 r1319  
    31143114      fprintf(stderr, "****************************************************************************\n");
    31153115    }
    3116   }
    3117   if ( m_bufferingPeriodSEIEnabled && !m_activeParameterSetsSEIEnabled)
    3118   {
    3119     fprintf(stderr, "****************************************************************************\n");
    3120     fprintf(stderr, "** WARNING: using buffering period SEI requires SPS activation with       **\n");
    3121     fprintf(stderr, "**          active parameter sets SEI. Enabling active parameter sets SEI **\n");
    3122     fprintf(stderr, "****************************************************************************\n");
    3123     m_activeParameterSetsSEIEnabled = 1;
    3124   }
    3125   if ( m_pictureTimingSEIEnabled && !m_activeParameterSetsSEIEnabled)
    3126   {
    3127     fprintf(stderr, "****************************************************************************\n");
    3128     fprintf(stderr, "** WARNING: using picture timing SEI requires SPS activation with active  **\n");
    3129     fprintf(stderr, "**          parameter sets SEI. Enabling active parameter sets SEI.       **\n");
    3130     fprintf(stderr, "****************************************************************************\n");
    3131     m_activeParameterSetsSEIEnabled = 1;
    31323116  }
    31333117
Note: See TracChangeset for help on using the changeset viewer.