Loading lib_com/options.h +3 −0 Original line number Diff line number Diff line Loading @@ -178,6 +178,9 @@ #define MASA_PREREND /* Nokia: Contribution 42: Support for IVAS_rend to merge MASA + other format to MASA */ #define FIX_528_ISM_MD_FILE_TOO_SHORT /* VA: issue 528: ISM Metadata file too short */ /* ################## End DEVELOPMENT switches ######################### */ /* clang-format on */ Loading lib_util/ism_file_reader.c +7 −0 Original line number Diff line number Diff line Loading @@ -113,6 +113,13 @@ ivas_error IsmFileReader_readNextFrame( file = self->file; #ifdef FIX_528_ISM_MD_FILE_TOO_SHORT while ( feof( self->file ) ) { rewind( self->file ); } #endif if ( fgets( char_buff, META_LINE_LENGTH, file ) == NULL ) { return IVAS_ERR_FAILED_FILE_READ; Loading Loading
lib_com/options.h +3 −0 Original line number Diff line number Diff line Loading @@ -178,6 +178,9 @@ #define MASA_PREREND /* Nokia: Contribution 42: Support for IVAS_rend to merge MASA + other format to MASA */ #define FIX_528_ISM_MD_FILE_TOO_SHORT /* VA: issue 528: ISM Metadata file too short */ /* ################## End DEVELOPMENT switches ######################### */ /* clang-format on */ Loading
lib_util/ism_file_reader.c +7 −0 Original line number Diff line number Diff line Loading @@ -113,6 +113,13 @@ ivas_error IsmFileReader_readNextFrame( file = self->file; #ifdef FIX_528_ISM_MD_FILE_TOO_SHORT while ( feof( self->file ) ) { rewind( self->file ); } #endif if ( fgets( char_buff, META_LINE_LENGTH, file ) == NULL ) { return IVAS_ERR_FAILED_FILE_READ; Loading