codec: avcodec: fourcc: add PNM->PPM mapping
This fixes playback of ppm files.
Merge request reports
Activity
Filter activity
Sample:
added Component::Demuxers label
Before this fix playback was failing with:
[00007fdd0cc0cd40] main image decoder error: no suitable decoder module for fourcc `pnm '. VLC probably does not support this image format. [00007fdd0cc02340] image demux error: Failed to load the image [00007fdd0cc076d0] main decoder error: Codec `pnm ' (Portable Anymap Image) is not supported.
added MRStatus::Reviewable label
added MRStatus::Acceptable label and removed MRStatus::Reviewable label
This change doesn't need to be backported to 3.0.x as the
sdl_image
decoder (which is no longer present in 4.0) is handling the file successfully:[00007f4160c38c50] image demux debug: Detected image: Portable Anymap Image [00007f4160c34fe0] main image decoder debug: looking for video decoder module matching "any": 19 candidates [00007f4160c34fe0] main image decoder debug: using video decoder module "sdl_image" [00007f4160c34fe0] main image decoder debug: removing module "sdl_image" [00007f4160c38c50] main demux debug: using demux module "image" [00007f416c003a60] main input debug: `file:///home/tmatth/tmatth.ppm' successfully opened
changed milestone to %4.0
added MRStatus::Accepted label and removed MRStatus::Acceptable label
MR Acceptance result
This MergeRequest has been Accepted! Congratulations.MR acceptance checks details:
-
MR should be considered mergeable by Gitlab -
Last pipeline should be successful -
MergeRequest should have at least one external review and/or vote -
All threads should be resolved, and score >= 0 -
MergeRequest should have no activity (threads/votes) for (24h/24h)
-
added 35 commits
-
b7d87ea8...b555a373 - 34 commits from branch
videolan:master
- 9ac09bf5 - codec: avcodec: fourcc: add PNM->PPM mapping
-
b7d87ea8...b555a373 - 34 commits from branch
enabled an automatic merge when the pipeline for 9ac09bf5 succeeds
Please register or sign in to reply