FFmpeg/fftools
Andreas Rheinhardt f3f9041302 fftools: Remove remnants of resample_opts
These were intended to pass options to auto-inserted avresample
resampling filters. Yet FFmpeg uses swresample for this purpose
(with its own AVDictionary swr_opts similar to resample_opts).
Therefore said options were not forwarded any more since commit
911417f0b3; moreover since commit
420cedd497 avresample options are
not even recognized and ignored any more. Yet there are still
remnants of all of this. This commit gets rid of them.

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2021-09-03 16:08:19 +02:00
..
cmdutils.c fftools: Remove remnants of resample_opts 2021-09-03 16:08:19 +02:00
cmdutils.h fftools: Remove remnants of resample_opts 2021-09-03 16:08:19 +02:00
ffmpeg.c fftools: Remove remnants of resample_opts 2021-09-03 16:08:19 +02:00
ffmpeg.h fftools: Remove remnants of resample_opts 2021-09-03 16:08:19 +02:00
ffmpeg_filter.c fftools: Remove remnants of resample_opts 2021-09-03 16:08:19 +02:00
ffmpeg_hw.c ffmpeg_hw: Don't ignore key parameters when initializing a hw device 2021-08-17 10:10:07 -03:00
ffmpeg_opt.c fftools: Remove remnants of resample_opts 2021-09-03 16:08:19 +02:00
ffmpeg_videotoolbox.c ffmpeg_videotoolbox: skip memory copy if hwaccel_output_format match 2021-06-10 19:54:03 +08:00
ffplay.c fftools: Don't set default swscale flags in ffmpeg/ffprobe/ffplay 2021-08-05 22:23:49 +08:00
ffprobe.c avcodec: add a Film Grain codec property flag 2021-08-24 10:00:06 -03:00
Makefile qsvdec: add support for HW_DEVICE_CTX method 2021-08-11 13:45:36 -03:00