Commit d352575a authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Use VLC_CODEC_PPM

parent 03edfd02
...@@ -541,7 +541,7 @@ static const struct ...@@ -541,7 +541,7 @@ static const struct
{ VLC_CODEC_TIFF, "tif" }, { VLC_CODEC_TIFF, "tif" },
{ VLC_CODEC_TIFF, "tiff" }, { VLC_CODEC_TIFF, "tiff" },
{ VLC_FOURCC('l','b','m',' '), "lbm" }, { VLC_FOURCC('l','b','m',' '), "lbm" },
{ VLC_FOURCC('p','p','m',' '), "ppm" }, { VLC_CODEC_PPM, "ppm" },
{ 0, NULL } { 0, NULL }
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment