mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
fftools/ffmpeg_filter: Remove choose_sample_fmt
Unused since 6b35a83214.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
bb072a0369
commit
a40c158eda
2 changed files with 0 additions and 24 deletions
|
|
@ -652,7 +652,6 @@ int guess_input_channel_layout(InputStream *ist);
|
|||
|
||||
enum AVPixelFormat choose_pixel_fmt(AVStream *st, AVCodecContext *avctx,
|
||||
const AVCodec *codec, enum AVPixelFormat target);
|
||||
void choose_sample_fmt(AVStream *st, const AVCodec *codec);
|
||||
|
||||
int configure_filtergraph(FilterGraph *fg);
|
||||
int configure_output_filter(FilterGraph *fg, OutputFilter *ofilter, AVFilterInOut *out);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue