Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
981edf1d
Commit
981edf1d
authored
Oct 20, 2010
by
Laurent Aimar
Browse files
Fixed typo in targa image mime.
parent
eea468e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/misc/image.c
View file @
981edf1d
...
...
@@ -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
,
"i
a
mge/x-tga"
},
{
VLC_CODEC_TARGA
,
"im
a
ge/x-tga"
},
{
VLC_FOURCC
(
'x'
,
'p'
,
'm'
,
' '
),
"image/x-xpixmap"
},
{
0
,
NULL
}
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment