diff options
author | Marvin Scholz <epirat07@gmail.com> | 2022-09-24 14:20:47 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2022-10-02 11:59:25 +0200 |
commit | 1c8e95bd99f55f1e4ee48804a1d6392f5db613a1 (patch) | |
tree | 80d56ba85b48f67addb06171ebf28c7bcbb66297 | |
parent | d2cf6d16652df7434e7db774c03bddd9eafed83f (diff) | |
download | ffmpeg-1c8e95bd99f55f1e4ee48804a1d6392f5db613a1.tar.gz |
fftools: Remove unused videotoolbox_init declaration
The code that defined videotoolbox_init was removed in
4b54818981d2783af161c2ff670b658afbdda503
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-rw-r--r-- | fftools/ffmpeg.h | 2 |
1 files changed, 0 insertions, 2 deletions
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); |