Commit ca4aff38 authored by kinuthia's avatar kinuthia
Browse files

[fix] for ISM 1, specifying dpid works as expected.

parent 5609487f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3034,7 +3034,7 @@ ivas_error RenderConfigReader_getDirectivity(
            }
        }
        /* case when -dpid is not specified, select first directivity pattern from config file */
        if ( n == 0 )
        if ( last_specified_id == 65535 )
        {
            last_specified_id = (uint16_t) pRenderConfigReader->pDP[0].id;
        }