diff options
author | Janne Grunau <janne-libav@jannau.net> | 2013-03-20 12:57:46 +0100 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2013-03-20 13:12:10 +0100 |
commit | a157c7f2b8ac05188a116dbfc2fec401c1d4957a (patch) | |
tree | 0ef847cf3f3e95e7b04237dfd3905c39878f40a3 /libavformat/avc.h | |
parent | a5e6080a8d85122ba67bf6e5d1592b82a0397b5b (diff) | |
download | ffmpeg-a157c7f2b8ac05188a116dbfc2fec401c1d4957a.tar.gz |
h264: fix bit depth changes with frame threading
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.
Diffstat (limited to 'libavformat/avc.h')
0 files changed, 0 insertions, 0 deletions