[vlc-commits] [Git][videolan/vlc][master] codec: avcodec: fourcc: add PNM->PPM mapping

Tristan Matthews (@tmatth) gitlab at videolan.org
Fri Apr 14 03:26:26 UTC 2023



Tristan Matthews pushed to branch master at VideoLAN / VLC


Commits:
9ac09bf5 by Tristan Matthews at 2023-04-13T23:11:34-04:00
codec: avcodec: fourcc: add PNM->PPM mapping

This fixes playback of ppm files.

- - - - -


1 changed file:

- modules/codec/avcodec/fourcc.c


Changes:

=====================================
modules/codec/avcodec/fourcc.c
=====================================
@@ -122,6 +122,7 @@ static const struct vlc_avcodec_fourcc video_codecs[] =
     { VLC_CODEC_VIXL, AV_CODEC_ID_VIXL },
     { VLC_CODEC_QPEG, AV_CODEC_ID_QPEG },
     { VLC_CODEC_PNG, AV_CODEC_ID_PNG },
+    { VLC_CODEC_PNM, AV_CODEC_ID_PPM },
     { VLC_CODEC_PPM, AV_CODEC_ID_PPM },
     /* AV_CODEC_ID_PBM */
     { VLC_CODEC_PGM, AV_CODEC_ID_PGM },



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/9ac09bf58619deea16ca994a5f9ac0e37bc1595c

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/9ac09bf58619deea16ca994a5f9ac0e37bc1595c
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list