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

fix spelling of "unsupported"

parent 790304ab
...@@ -2228,7 +2228,7 @@ static void MacroDo( httpd_file_sys_t *p_args, ...@@ -2228,7 +2228,7 @@ static void MacroDo( httpd_file_sys_t *p_args,
default: default:
if( *control ) if( *control )
{ {
PRINTS( "<!-- control param(%s) unsuported -->", control ); PRINTS( "<!-- control param(%s) unsupported -->", control );
} }
break; break;
} }
......
...@@ -1713,7 +1713,7 @@ static void MP4_TrackCreate( demux_t *p_demux, mp4_track_t *p_track, ...@@ -1713,7 +1713,7 @@ static void MP4_TrackCreate( demux_t *p_demux, mp4_track_t *p_track,
unsigned int i; unsigned int i;
char language[4]; char language[4];
/* hint track unsuported */ /* hint track unsupported */
/* set default value (-> track unusable) */ /* set default value (-> track unusable) */
p_track->b_ok = VLC_FALSE; p_track->b_ok = VLC_FALSE;
......
...@@ -230,7 +230,7 @@ static int Open( vlc_object_t * p_this ) ...@@ -230,7 +230,7 @@ static int Open( vlc_object_t * p_this )
else else
{ {
/* TODO handle rtjpeg */ /* TODO handle rtjpeg */
msg_Warn( p_demux, "unsuported 'D' frame (c=%c)", fh.i_compression ); msg_Warn( p_demux, "unsupported 'D' frame (c=%c)", fh.i_compression );
if( stream_Read( p_demux->s, NULL, fh.i_length ) != fh.i_length ) if( stream_Read( p_demux->s, NULL, fh.i_length ) != fh.i_length )
goto error; goto error;
} }
......
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