[FFmpeg-devel] [PATCH]lavc/pnm: Support decoding gray float pbm images.

Carl Eugen Hoyos ceffmpeg at gmail.com
Mon Feb 15 21:16:03 EET 2021


Am Mo., 15. Feb. 2021 um 19:13 Uhr schrieb Carl Eugen Hoyos
<ceffmpeg at gmail.com>:
>
> Am Mo., 15. Feb. 2021 um 02:39 Uhr schrieb Paul B Mahol <onemda at gmail.com>:
> >
> > Why you use pbm decoder for probing of pfm files?
>
> The only samples I found have the extension pbm and I
> simply misunderstood how you designed this since my
> samples were detected as pbm (because of their
> extension).
>
> Will fix, Carl Eugen

AVParserContext->codec_ids is limited to five elements,
therefore no additional AV_CODEC_ID can be added to
the pnm_parser and AV_CODEC_ID_PFM cannot be used
for the autodetection.

Carl Eugen


More information about the ffmpeg-devel mailing list