diff mbox series

[FFmpeg-devel,v2,2/2] fftools: Remove unused videotoolbox_init declaration

Message ID 20220924122047.59246-2-epirat07@gmail.com
State Accepted
Headers show
Series [FFmpeg-devel,v2,1/2] fftools: Remove unused qsv declarations | expand

Checks

Context Check Description
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Marvin Scholz Sept. 24, 2022, 12:20 p.m. UTC
The code that defined videotoolbox_init was removed in
4b54818981d2783af161c2ff670b658afbdda503
---
 fftools/ffmpeg.h | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h
index db7413adcd..701a211544 100644
--- a/fftools/ffmpeg.h
+++ b/fftools/ffmpeg.h
@@ -712,8 +712,6 @@  int ifilter_parameters_from_frame(InputFilter *ifilter, const AVFrame *frame);
 
 int ffmpeg_parse_options(int argc, char **argv);
 
-int videotoolbox_init(AVCodecContext *s);
-
 HWDevice *hw_device_get_by_name(const char *name);
 int hw_device_init_from_string(const char *arg, HWDevice **dev);
 void hw_device_free_all(void);