Commit 8ea86e10 authored by kinuthia's avatar kinuthia Committed by emerit
Browse files

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

parent 5b79e9ff
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;
        }