From 42551a3407b0619c97cd4365bc277682c40234c3 Mon Sep 17 00:00:00 2001 From: James Almer Date: Sat, 10 Apr 2021 16:10:11 -0300 Subject: avcodec/h264dec: update exported AVOptions in the user-facing context Based on a patch by Hendrik Leppkes. Fixes ticket #9176. Signed-off-by: James Almer --- libavcodec/h264dec.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/h264dec.h') diff --git a/libavcodec/h264dec.h b/libavcodec/h264dec.h index b3677cdbb9..8954b74795 100644 --- a/libavcodec/h264dec.h +++ b/libavcodec/h264dec.h @@ -849,6 +849,8 @@ int ff_h264_queue_decode_slice(H264Context *h, const H2645NAL *nal); int ff_h264_execute_decode_slices(H264Context *h); int ff_h264_update_thread_context(AVCodecContext *dst, const AVCodecContext *src); +int ff_h264_update_thread_context_for_user(AVCodecContext *dst, + const AVCodecContext *src); void ff_h264_flush_change(H264Context *h); -- cgit v1.2.3