Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
3f0d5d17
Commit
3f0d5d17
authored
Jul 28, 2012
by
Benjamin Drung
Committed by
Felix Paul Kühne
Jul 27, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo unkown -> unknown.
Signed-off-by:
Felix Paul Kühne
<
fkuehne@videolan.org
>
parent
e01424ac
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
modules/access/sftp.c
modules/access/sftp.c
+1
-1
modules/codec/lpcm.c
modules/codec/lpcm.c
+1
-1
modules/codec/omxil/utils.c
modules/codec/omxil/utils.c
+1
-1
modules/mux/asf.c
modules/mux/asf.c
+1
-1
No files found.
modules/access/sftp.c
View file @
3f0d5d17
...
...
@@ -187,7 +187,7 @@ static int Open( vlc_object_t* p_this )
libssh2_knownhost_free
(
ssh_knownhosts
);
/* Check that it does match or at least that the host is unkown */
/* Check that it does match or at least that the host is unk
n
own */
switch
(
check
)
{
case
LIBSSH2_KNOWNHOST_CHECK_FAILURE
:
...
...
modules/codec/lpcm.c
View file @
3f0d5d17
...
...
@@ -134,7 +134,7 @@ struct encoder_sys_t
* - padding(variable)
*
* LPCM BD header :
* - unkown (16 bits)
* - unk
n
own (16 bits)
* - number of channels (4 bits)
* - frequency (4 bits)
* - bits per sample (2 bits)
...
...
modules/codec/omxil/utils.c
View file @
3f0d5d17
...
...
@@ -251,7 +251,7 @@ const char *ErrorToString(OMX_ERRORTYPE error)
"OMX_ErrorFormatNotDetected"
,
"OMX_ErrorContentPipeOpenFailed"
,
"OMX_ErrorContentPipeCreationFailed"
,
"OMX_ErrorSeperateTablesUsed"
,
"OMX_ErrorTunnelingUnsupported"
,
"OMX_Error unkown"
"OMX_Error unk
n
own"
};
if
(
error
==
OMX_ErrorNone
)
return
"OMX_ErrorNone"
;
...
...
modules/mux/asf.c
View file @
3f0d5d17
...
...
@@ -980,7 +980,7 @@ static block_t *asf_header_create( sout_mux_t *p_mux, bool b_broadcast )
bo_addle_u32
(
&
bo
,
p_fmt
->
i_bitrate
);
/* Alternate Bitrate */
bo_addle_u32
(
&
bo
,
0
);
/* Alternate Buffer size */
bo_addle_u32
(
&
bo
,
0
);
/* Alternate Initial buffer fullness */
bo_addle_u32
(
&
bo
,
0
);
/* Maximum object size (0 = unkown) */
bo_addle_u32
(
&
bo
,
0
);
/* Maximum object size (0 = unk
n
own) */
bo_addle_u32
(
&
bo
,
0x02
);
/* Flags (seekable) */
bo_addle_u16
(
&
bo
,
p_track
->
i_id
);
/* Stream number */
bo_addle_u16
(
&
bo
,
0
);
/* Stream language index */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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