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

Merged 14.1-update-dev1@1312.

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.