1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-29 22:00:58 +02:00
FFmpeg/libavcodec
Janne Grunau a157c7f2b8 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.
2013-03-20 13:12:10 +01:00
..
2013-02-26 00:51:34 +01:00
2013-02-26 00:51:34 +01:00
2013-02-26 00:51:34 +01:00
2013-02-15 16:35:16 +01:00
2013-02-15 16:35:16 +01:00
2013-02-26 00:51:34 +01:00
2013-02-15 16:35:16 +01:00
2013-03-11 18:24:56 +01:00
2013-02-15 16:35:16 +01:00
2013-02-28 17:39:24 +01:00
2013-02-26 00:51:34 +01:00
2013-02-26 00:51:34 +01:00
2013-03-11 18:24:25 +01:00
2013-03-11 18:24:25 +01:00
2013-02-26 00:51:34 +01:00
2013-03-13 09:13:54 +01:00
2013-02-26 00:51:34 +01:00
2013-02-26 00:51:34 +01:00
2013-02-15 16:35:16 +01:00
2013-02-15 16:35:16 +01:00
2013-02-15 16:35:16 +01:00
2013-03-12 01:05:48 +01:00
2013-02-15 16:35:16 +01:00
2013-02-15 16:35:16 +01:00
2013-02-15 16:35:16 +01:00
2013-02-15 16:35:16 +01:00
2013-02-26 00:51:34 +01:00
2013-02-26 00:51:34 +01:00