mirror of https://github.com/FFmpeg/FFmpeg.git
Commit bdd31feec9
changed the SBC decoder to only set the output
sample format on init, instead of setting it explicitly on each frame,
which is correct. But the SBC parser overrides the sample format to S16,
which triggers a crash when combining the parser and the decoder.
Fix the issue by not setting the sample format anymore in the parser,
which is wrong.
Signed-off-by: James Almer <jamrial@gmail.com>
pull/371/head
parent
eacad3406e
commit
29993b2947
1 changed files with 0 additions and 2 deletions
Loading…
Reference in new issue