Skip to content

qtdemux: fix cbcs issue

Yu Shengqi requested to merge cherry-pick-d66c01db into main

Issue: cbcs playback failed

Analyze: as crypto info is null, the video stream is clear, at the time add crypto info from sample property to stream, DRM will decrypt it to error data, and decoder drv will decode it wrong.

Solution: align cbcs to cenc, when crypto info is null, just only print log, as is it is clear stream.

Merge request reports