ffmpeg/fftools
James Almer a423bc9dc2 ffmpeg_opts: remove lowres check
The st->codec values are updated based on the lowres factor by
avformat_find_stream_info() when it runs an instance of the decoder internally,
and the same thing happens in ffmpeg.c when we open ist->dec_ctx with
avcodec_open2(), so these assignments are redundant.

Signed-off-by: James Almer <jamrial@gmail.com>
2021-01-21 10:22:41 -03:00
..
Makefile ffmpeg: remove superfluous custom cuvid hwaccel 2020-03-03 18:11:28 -03:00
cmdutils.c fftools/cmdutils: also print warnings when using -sinks and -sources 2020-12-03 18:32:57 +01:00
cmdutils.h fftools: Use right function signature and pointers 2019-08-15 01:26:21 +02:00
ffmpeg.c ffmpeg: use sigaction() instead of signal() on linux 2021-01-16 16:21:09 -05:00
ffmpeg.h ffmpeg: add option stats_period 2020-12-23 00:41:07 +05:30
ffmpeg_filter.c fftools, libavcodec, libavfilter: Add const to some AVCodec * 2020-09-11 14:42:36 +02:00
ffmpeg_hw.c ffmpeg: Don't require a known device to pass a frames context to an encoder 2020-05-03 16:04:27 +01:00
ffmpeg_opt.c ffmpeg_opts: remove lowres check 2021-01-21 10:22:41 -03:00
ffmpeg_qsv.c ffmpeg: Remove the hw_device_ctx global 2020-04-26 18:38:25 +01:00
ffmpeg_videotoolbox.c Stop hardcoding align=32 in av_frame_get_buffer() calls. 2020-05-22 14:38:57 +02:00
ffplay.c ffplay: fix autoexit doesn't work in the case of pb->error 2020-09-08 19:59:17 +02:00
ffprobe.c fftools/ffprobe: add support for HDR10+ metadata 2020-12-05 19:20:11 -03:00