aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/thread.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-09-10 14:12:16 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-09-13 22:04:22 +0200
commit6434e440039910f12f7c08072b7db3c5e99c3025 (patch)
treebd29932d353073aa5736815fcc063d31a0dcf84f /libavcodec/thread.h
parent0058f6013f5286d5e1b7403dfce0d97069cd8f91 (diff)
downloadffmpeg-6434e440039910f12f7c08072b7db3c5e99c3025.tar.gz
avcodec/thread: Remove ff_thread_get_format define
Unnecessary since FF_API_THREAD_SAFE_CALLBACKS is no more. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/thread.h')
-rw-r--r--libavcodec/thread.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/thread.h b/libavcodec/thread.h
index 88a14cfeb1..2c8c0cdb16 100644
--- a/libavcodec/thread.h
+++ b/libavcodec/thread.h
@@ -62,8 +62,6 @@ int ff_thread_decode_frame(AVCodecContext *avctx, AVFrame *picture,
*/
void ff_thread_finish_setup(AVCodecContext *avctx);
-#define ff_thread_get_format ff_get_format
-
/**
* Wrapper around get_buffer() for frame-multithreaded codecs.
* Call this function instead of ff_get_buffer(f).