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

Paul B Mahol onemda at gmail.com
Mon Feb 15 21:17:59 EET 2021


then add new parser bellow

On Mon, Feb 15, 2021 at 8:16 PM Carl Eugen Hoyos <ceffmpeg at gmail.com> wrote:

> 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
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-devel mailing list