[vlc-commits] commit: Fixed typo in targa image mime. (Laurent Aimar )

git at videolan.org git at videolan.org
Thu Oct 21 20:44:42 CEST 2010


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Wed Oct 20 21:30:27 2010 +0200| [981edf1d53ff78c15cbd68fbec96c3dfd478a7f1] | committer: Laurent Aimar 

Fixed typo in targa image mime.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=981edf1d53ff78c15cbd68fbec96c3dfd478a7f1
---

 src/misc/image.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/misc/image.c b/src/misc/image.c
index 7a64572..8e7780c 100644
--- a/src/misc/image.c
+++ b/src/misc/image.c
@@ -610,7 +610,7 @@ static const struct
     { VLC_CODEC_PCX,               "image/pcx" },
     { VLC_CODEC_PNG,               "image/png" },
     { 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" },
     { 0, NULL }
 };



More information about the vlc-commits mailing list