You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
fftools: Remove unused videotoolbox_init declaration
The code that defined videotoolbox_init was removed in
4b54818981
Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
committed by
Anton Khirnov
parent
d2cf6d1665
commit
1c8e95bd99
@@ -712,8 +712,6 @@ int ifilter_parameters_from_frame(InputFilter *ifilter, const AVFrame *frame);
|
|||||||
|
|
||||||
int ffmpeg_parse_options(int argc, char **argv);
|
int ffmpeg_parse_options(int argc, char **argv);
|
||||||
|
|
||||||
int videotoolbox_init(AVCodecContext *s);
|
|
||||||
|
|
||||||
HWDevice *hw_device_get_by_name(const char *name);
|
HWDevice *hw_device_get_by_name(const char *name);
|
||||||
int hw_device_init_from_string(const char *arg, HWDevice **dev);
|
int hw_device_init_from_string(const char *arg, HWDevice **dev);
|
||||||
void hw_device_free_all(void);
|
void hw_device_free_all(void);
|
||||||
|
Reference in New Issue
Block a user