[FFmpeg-devel] [PATCH] avformat/img2dec: skip DHT segment in jpeg_probe()
Carl Eugen Hoyos
ceffmpeg at gmail.com
Wed Apr 1 16:38:45 EEST 2020
Am Mi., 1. Apr. 2020 um 10:57 Uhr schrieb Matthieu Bouron
<matthieu.bouron at gmail.com>:
>
> ---
> libavformat/img2dec.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/libavformat/img2dec.c b/libavformat/img2dec.c
> index 40f3e3d499e..93cd51c1932 100644
> --- a/libavformat/img2dec.c
> +++ b/libavformat/img2dec.c
> @@ -775,6 +775,7 @@ static int jpeg_probe(const AVProbeData *p)
> return 0;
> state = EOI;
> break;
> + case DHT:
> case DQT:
> case APP0:
> case APP1:
Please provide a sample file.
Thank you, Carl Eugen
More information about the ffmpeg-devel
mailing list