Changeset 1087 in SHVCSoftware for branches/SHM-dev/source


Ignore:
Timestamp:
26 Mar 2015, 19:43:07 (10 years ago)
Author:
seregin
Message:

fix error for SVC_EXTENSION = 0

File:
1 edited

Legend:

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

    r1084 r1087  
    30363036    FILE* fic;
    30373037    Int retval;
    3038     if((fic = fopen(m_colourRemapSEIFile.c_str(),"r")) == (FILE*)NULL)
     3038    if((fic = fopen(m_colourRemapSEIFile,"r")) == (FILE*)NULL)
    30393039    {
    30403040      fprintf(stderr, "Can't open Colour Remapping Information SEI parameters file %s\n", m_colourRemapSEIFile);
Note: See TracChangeset for help on using the changeset viewer.