ffmpeg/fftools
Anton Khirnov 577708a70a fftools/ffplay: stop using avfilter_graph_create_filter() incorrectly
This function creates AND initializes a filter, so setting any filter
options after it is wrong. It happens to work when the filter's init
function does not touch the options in question, but is forbidden by the
API and is not guaranteed to remain functional.

Instead, use avfilter_graph_alloc_filter(), followed by setting the
options, and avfilter_init_dict().
2024-09-28 17:04:33 +02:00
..
cmdutils.c
cmdutils.h
ffmpeg_dec.c
ffmpeg_demux.c
ffmpeg_enc.c
ffmpeg_filter.c fftools/ffmpeg_filter: stop using avfilter_graph_create_filter() incorrectly 2024-09-28 17:04:33 +02:00
ffmpeg_hw.c
ffmpeg_mux_init.c
ffmpeg_mux.c
ffmpeg_mux.h
ffmpeg_opt.c
ffmpeg_sched.c
ffmpeg_sched.h
ffmpeg_utils.h
ffmpeg.c
ffmpeg.h
ffplay_renderer.c
ffplay_renderer.h
ffplay.c fftools/ffplay: stop using avfilter_graph_create_filter() incorrectly 2024-09-28 17:04:33 +02:00
ffprobe.c
fftools.manifest
fftoolsres.rc
fopen_utf8.h
Makefile
objpool.c
objpool.h
opt_common.c
opt_common.h
sync_queue.c
sync_queue.h
thread_queue.c
thread_queue.h