Loading lib_util/ivas_rtp_payload.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1388,7 +1388,7 @@ static uint32_t parseSubsequentEByte( const IVAS_DATA_BUFFER *payload, uint32_t break; break; #endif #endif default: /* Reserved for future use - unhandled atm */ default: /* Reserved for future use - unhandled atm */ assert( 0 ); break; } } } } Loading Loading
lib_util/ivas_rtp_payload.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1388,7 +1388,7 @@ static uint32_t parseSubsequentEByte( const IVAS_DATA_BUFFER *payload, uint32_t break; break; #endif #endif default: /* Reserved for future use - unhandled atm */ default: /* Reserved for future use - unhandled atm */ assert( 0 ); break; } } } } Loading