caf: don't keep extra data for an unknown codec
The codec ID is set in ReadDescChunk(). And according to the error before using it:
The audio description chunk must be the first chunk
We should not be using codec data if we don't have the codec. The file will eventually fail with this error, but we don't need to copy bogus data before that.
Fixes #29012 (closed)
Merge request reports
Activity
Filter activity
changed milestone to %4.0
added Component::Demuxers Status::BackportCandidate labels
added MRStatus::Acceptable label
added MRStatus::Accepted label and removed MRStatus::Acceptable label
MR Acceptance result
This MergeRequest has been Accepted! Congratulations.MR acceptance checks details:
-
MR should be considered mergeable by Gitlab -
Last pipeline should be successful -
MergeRequest should have at least one external review and/or vote -
All threads should be resolved, and score >= 0 -
MergeRequest should have no activity (threads/votes) for (24h/24h)
-
added 30 commits
-
e165a5ea...662e9347 - 29 commits from branch
videolan:master
- b3ec88d5 - caf: don't keep extra data for an unknown codec
-
e165a5ea...662e9347 - 29 commits from branch
enabled an automatic merge when all merge checks for b3ec88d5 pass
Please register or sign in to reply