Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
c885158b
Commit
c885158b
authored
Jun 24, 2003
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* mkv : spelling mistakes.
parent
4ce9191c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
12 deletions
+14
-12
modules/demux/mkv.cpp
modules/demux/mkv.cpp
+14
-12
No files found.
modules/demux/mkv.cpp
View file @
c885158b
...
...
@@ -2,7 +2,7 @@
* mkv.cpp : matroska demuxer
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: mkv.cpp,v 1.1
1 2003/06/24 19:59:27
fenrir Exp $
* $Id: mkv.cpp,v 1.1
2 2003/06/24 23:00:32
fenrir Exp $
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
...
...
@@ -40,6 +40,8 @@
#include <cassert>
#include <typeinfo>
#include <wchar.h>
/* libebml and matroska */
#include "ebml/EbmlHead.h"
#include "ebml/EbmlSubHead.h"
...
...
@@ -455,7 +457,7 @@ static int Activate( vlc_object_t * p_this )
#endif
else
{
msg_Dbg
(
p_input
,
"| | + Unknow (%s)"
,
typeid
(
*
el2
).
name
()
);
msg_Dbg
(
p_input
,
"| | + Unknow
n
(%s)"
,
typeid
(
*
el2
).
name
()
);
}
}
p_sys
->
ep
->
Up
();
...
...
@@ -580,7 +582,7 @@ static int Activate( vlc_object_t * p_this )
}
else
{
msg_Dbg
(
p_input
,
"| | | | + Unknow (%s)"
,
typeid
(
*
el4
).
name
()
);
msg_Dbg
(
p_input
,
"| | | | + Unknow
n
(%s)"
,
typeid
(
*
el4
).
name
()
);
}
}
p_sys
->
ep
->
Up
();
...
...
@@ -640,7 +642,7 @@ static int Activate( vlc_object_t * p_this )
}
else
{
msg_Dbg
(
p_input
,
"| | | | + Unknow (%s)"
,
typeid
(
*
el4
).
name
()
);
msg_Dbg
(
p_input
,
"| | | | + Unknow
n
(%s)"
,
typeid
(
*
el4
).
name
()
);
}
}
p_sys
->
ep
->
Up
();
...
...
@@ -706,14 +708,14 @@ static int Activate( vlc_object_t * p_this )
}
else
{
msg_Dbg
(
p_input
,
"| | | + Unknow (%s)"
,
typeid
(
*
el3
).
name
()
);
msg_Dbg
(
p_input
,
"| | | + Unknow
n
(%s)"
,
typeid
(
*
el3
).
name
()
);
}
}
p_sys
->
ep
->
Up
();
}
else
{
msg_Dbg
(
p_input
,
"| | + Unknow (%s)"
,
typeid
(
*
el2
).
name
()
);
msg_Dbg
(
p_input
,
"| | + Unknow
n
(%s)"
,
typeid
(
*
el2
).
name
()
);
}
#undef tk
}
...
...
@@ -752,7 +754,7 @@ static int Activate( vlc_object_t * p_this )
}
else
{
msg_Dbg
(
p_input
,
"| | | + Unknow (%s)"
,
typeid
(
*
el
).
name
()
);
msg_Dbg
(
p_input
,
"| | | + Unknow
n
(%s)"
,
typeid
(
*
el
).
name
()
);
}
}
p_sys
->
ep
->
Up
();
...
...
@@ -779,7 +781,7 @@ static int Activate( vlc_object_t * p_this )
}
else
{
msg_Dbg
(
p_input
,
"| | + Unknow (%s)"
,
typeid
(
*
el
).
name
()
);
msg_Dbg
(
p_input
,
"| | + Unknow
n
(%s)"
,
typeid
(
*
el
).
name
()
);
}
}
p_sys
->
ep
->
Up
();
...
...
@@ -812,7 +814,7 @@ static int Activate( vlc_object_t * p_this )
}
else
{
msg_Dbg
(
p_input
,
"| + Unknow (%s)"
,
typeid
(
*
el1
).
name
()
);
msg_Dbg
(
p_input
,
"| + Unknow
n
(%s)"
,
typeid
(
*
el1
).
name
()
);
}
}
...
...
@@ -2070,14 +2072,14 @@ static void LoadCues( input_thread_t *p_input )
}
else
{
msg_Dbg
(
p_input
,
" * Unknow (%s)"
,
typeid
(
*
el
).
name
()
);
msg_Dbg
(
p_input
,
" * Unknow
n
(%s)"
,
typeid
(
*
el
).
name
()
);
}
}
ep
->
Up
();
}
else
{
msg_Dbg
(
p_input
,
" * Unknow (%s)"
,
typeid
(
*
el
).
name
()
);
msg_Dbg
(
p_input
,
" * Unknow
n
(%s)"
,
typeid
(
*
el
).
name
()
);
}
}
ep
->
Up
();
...
...
@@ -2095,7 +2097,7 @@ static void LoadCues( input_thread_t *p_input )
}
else
{
msg_Dbg
(
p_input
,
" * Unknow (%s)"
,
typeid
(
*
el
).
name
()
);
msg_Dbg
(
p_input
,
" * Unknow
n
(%s)"
,
typeid
(
*
el
).
name
()
);
}
}
delete
ep
;
...
...
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