[vlc-commits] commit: Fixed typo in targa image mime. (Laurent Aimar )
git at videolan.org
git at videolan.org
Sat Oct 30 19:38:07 CEST 2010
vlc/vlc-1.1 | branch: master | Laurent Aimar <fenrir at videolan.org> | Wed Oct 20 21:30:27 2010 +0200| [3f33df2006070329e4aa9f11a2e62fc39939b5e8] | committer: Rémi Duraffort
Fixed typo in targa image mime.
(cherry picked from commit 981edf1d53ff78c15cbd68fbec96c3dfd478a7f1)
Signed-off-by: Rémi Duraffort <ivoire at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=3f33df2006070329e4aa9f11a2e62fc39939b5e8
---
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 497ed2b..4c93a49 100644
--- a/src/misc/image.c
+++ b/src/misc/image.c
@@ -609,7 +609,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