Commit 3ad4e261 authored by Lauros Pajunen's avatar Lauros Pajunen
Browse files

Check also rptdumpPacker presence in if-statement

parent ce724717
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -857,7 +857,7 @@ int main(
        }

#ifdef IVAS_RTPDUMP
        if ( rtpdumpPacker->rtpdump )
        if ( rtpdumpPacker && rtpdumpPacker->rtpdump )
        {
            /* scene orientation */
            if ( sceneOrientationFileReader )