Commit 4ec6d74f authored by Lauros Pajunen's avatar Lauros Pajunen
Browse files

Skip future use subsequent E bytes instead of assert

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