Skip to content
  • Stefan Sauer's avatar
    audioaggregator: remove buffer!=NULL check · 1b842833
    Stefan Sauer authored
    Acording to the logic this cannot happen (we already check this before). So
    add a assert like we do above and remove the check. This make it clearer that
    we check for the offset range.
    Also remove a dead assignment since we reassign this a few lines below.
    1b842833