Commit 3f33df20 authored by Laurent Aimar's avatar Laurent Aimar Committed by Rémi Duraffort

Fixed typo in targa image mime.

(cherry picked from commit 981edf1d)
Signed-off-by: default avatarRémi Duraffort <ivoire@videolan.org>
parent dac4e6a9
...@@ -609,7 +609,7 @@ static const struct ...@@ -609,7 +609,7 @@ static const struct
{ VLC_CODEC_PCX, "image/pcx" }, { VLC_CODEC_PCX, "image/pcx" },
{ VLC_CODEC_PNG, "image/png" }, { VLC_CODEC_PNG, "image/png" },
{ VLC_CODEC_TIFF, "image/tiff" }, { VLC_CODEC_TIFF, "image/tiff" },
{ VLC_CODEC_TARGA, "iamge/x-tga" }, { VLC_CODEC_TARGA, "image/x-tga" },
{ VLC_FOURCC('x','p','m',' '), "image/x-xpixmap" }, { VLC_FOURCC('x','p','m',' '), "image/x-xpixmap" },
{ 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