1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-29 22:00:58 +02:00
FFmpeg/libavcodec
Derek Buitenhuis b1504e7796 h264_slice: Copy the value of x264_build before calling h264_slice_header_init during thread init
If we don't copy this value first, it is seen as 0 by h264_slice_header_init,
due to zero-allocation of the new context, triggering an old hack that
multiplied the denominator by 2 for files produced by old x264 versions, but
only if more than one thread was used.

Fixes #7475 and #7083.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2018-10-09 15:05:44 +01:00
..
2018-09-23 15:25:50 +02:00
2018-10-03 20:48:49 -03:00
2018-09-23 14:42:34 +01:00
2018-09-23 14:42:34 +01:00
2018-09-30 22:23:02 +02:00
2018-09-09 11:35:14 +02:00
2018-09-23 15:25:50 +02:00
2018-09-09 22:58:26 +02:00
2018-10-03 20:48:49 -03:00
2018-10-03 20:48:49 -03:00
2018-09-14 21:36:21 +02:00
2018-10-03 20:48:49 -03:00
2018-09-30 22:23:02 +02:00