• James Almer's avatar
    ffmpeg_opts: remove lowres check · a423bc9d
    James Almer authored
    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: 's avatarJames Almer <jamrial@gmail.com>
    a423bc9d
Name
Last commit
Last update
..
Makefile Loading commit data...
cmdutils.c Loading commit data...
cmdutils.h Loading commit data...
ffmpeg.c Loading commit data...
ffmpeg.h Loading commit data...
ffmpeg_filter.c Loading commit data...
ffmpeg_hw.c Loading commit data...
ffmpeg_opt.c Loading commit data...
ffmpeg_qsv.c Loading commit data...
ffmpeg_videotoolbox.c Loading commit data...
ffplay.c Loading commit data...
ffprobe.c Loading commit data...