Am Mo., 15. Feb. 2021 um 19:13 Uhr schrieb Carl Eugen Hoyos <[email protected]>: > > Am Mo., 15. Feb. 2021 um 02:39 Uhr schrieb Paul B Mahol <[email protected]>: > > > > 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 [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
