Changeset 1313 in 3DVCSoftware for trunk/source/App/TAppExtractor


Ignore:
Timestamp:
13 Aug 2015, 17:38:13 (10 years ago)
Author:
tech
Message:

Merged 14.1-update-dev1@1312.

Location:
trunk/source/App/TAppExtractor
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/App/TAppExtractor/TAppExtrTop.cpp

    r1179 r1313  
    4242#include <assert.h>
    4343
    44 #if H_MV
     44#if NH_MV
    4545// ====================================================================================================================
    4646// Constructor / destructor / initialization / destroy
     
    4949TAppExtrTop::TAppExtrTop()
    5050{
    51   // To suppress compiler warnings on potential division by 0.
    52   g_uiMaxCUWidth  = 1;
    53   g_uiMaxCUHeight = 1;
     51
    5452}
    5553
     
    110108    else
    111109    {
    112       read( nalu, nalUnit );
     110      read( nalu );
    113111
    114112      // decide whether to extract packet or not
  • trunk/source/App/TAppExtractor/TAppExtrTop.h

    r1179 r1313  
    4646#include "TAppExtrCfg.h"
    4747
    48 #if H_MV
     48#if NH_MV
    4949// ====================================================================================================================
    5050// Class definition
  • trunk/source/App/TAppExtractor/extrmain.cpp

    r1179 r1313  
    4141#include "TAppExtrTop.h"
    4242
    43 #if H_MV
     43#if NH_MV
    4444// ====================================================================================================================
    4545// Main function
     
    8282int main(int argc, char* argv[])
    8383{
    84   std::cout << "Set H_MV equal to 1 in TypeDef.h to build bitstream extractor. " << std::endl;
     84  std::cout << "Set NH_MV equal to 1 in TypeDef.h to build bitstream extractor. " << std::endl;
    8585  return 1;
    8686}
Note: See TracChangeset for help on using the changeset viewer.