mirror of https://github.com/FFmpeg/FFmpeg.git
AVCodecContext.bits_per_raw_sample is updated from the previous thread in the generic update function before the codec specific update_thread function is called. The check for reinitialization of dsp functions uses bits_per_raw_sample. When called from update_thread_context it will be already at the current value and the dsp functions aren't updated if only the bit depth changes.pull/13/head
parent
a5e6080a8d
commit
a157c7f2b8
1 changed files with 5 additions and 0 deletions
Loading…
Reference in new issue