decoder: fix NULL dereference when pausing packetizer
DecoderProcess() can only be used with the decoder, not the packetizer. Inline DecoderFlush() to fix the issue.
Showing
Please register or sign in to comment
DecoderProcess() can only be used with the decoder, not the packetizer. Inline DecoderFlush() to fix the issue.