mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-26 01:02:33 +00:00
avcodec/pnm_parser: add support for PFM parsing
This commit is contained in:
parent
f3f9041302
commit
a3fd78db12
@ -133,7 +133,7 @@ end:
|
||||
|
||||
const AVCodecParser ff_pnm_parser = {
|
||||
.codec_ids = { AV_CODEC_ID_PGM, AV_CODEC_ID_PGMYUV, AV_CODEC_ID_PPM,
|
||||
AV_CODEC_ID_PBM, AV_CODEC_ID_PAM },
|
||||
AV_CODEC_ID_PBM, AV_CODEC_ID_PAM, AV_CODEC_ID_PFM },
|
||||
.priv_data_size = sizeof(PNMParseContext),
|
||||
.parser_parse = pnm_parse,
|
||||
.parser_close = ff_parse_close,
|
||||
|
Loading…
Reference in New Issue
Block a user