Loading apps/decoder.c +4 −0 Original line number Diff line number Diff line Loading @@ -3096,7 +3096,11 @@ static ivas_error decodeVoIP( { case IVAS_DEC_INPUT_FORMAT_RTPDUMP: case IVAS_DEC_INPUT_FORMAT_RTPDUMP_HF: #ifdef IVAS_RTPDUMP f_rtpstream = fopen( arg.inputBitstreamFilename, "rb" ); #else f_rtpstream = fopen( arg.inputBitstreamFilename, "r" ); #endif if ( f_rtpstream == NULL ) { Loading Loading
apps/decoder.c +4 −0 Original line number Diff line number Diff line Loading @@ -3096,7 +3096,11 @@ static ivas_error decodeVoIP( { case IVAS_DEC_INPUT_FORMAT_RTPDUMP: case IVAS_DEC_INPUT_FORMAT_RTPDUMP_HF: #ifdef IVAS_RTPDUMP f_rtpstream = fopen( arg.inputBitstreamFilename, "rb" ); #else f_rtpstream = fopen( arg.inputBitstreamFilename, "r" ); #endif if ( f_rtpstream == NULL ) { Loading