diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2025-04-21 18:48:10 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2025-04-25 12:31:54 +0200 |
commit | 289cb3beff8d73537206c29dd5e155d19805425c (patch) | |
tree | c7df37fe7c98ec65c027fd18724f23824d273e93 /tools/target_dec_fuzzer.c | |
parent | 25b0a8e295749a60a238ba0d6fe7a3742937b6bb (diff) | |
download | ffmpeg-289cb3beff8d73537206c29dd5e155d19805425c.tar.gz |
avcodec/cri,tdsc,tiff: Use ff_mjpeg_decoder directly
This is simpler than calling avcodec_find_decoder().
Notice that av_codec_init_static() has already been called
by the time we reach these decoders' init functions,
so it is not necessary to call avcodec_find_decoder()
for it (which doesn't do anything for the mjpeg decoder
anyway).
Reviewed-by: Kacper Michajlow <kasper93@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'tools/target_dec_fuzzer.c')
0 files changed, 0 insertions, 0 deletions