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
40bddb7d
Commit
40bddb7d
authored
Feb 23, 2015
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MKV: remove trailing spaces
parent
16b3d6a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
modules/demux/mkv/matroska_segment.cpp
modules/demux/mkv/matroska_segment.cpp
+3
-3
No files found.
modules/demux/mkv/matroska_segment.cpp
View file @
40bddb7d
...
@@ -208,7 +208,7 @@ void matroska_segment_c::LoadCues( KaxCues *cues )
...
@@ -208,7 +208,7 @@ void matroska_segment_c::LoadCues( KaxCues *cues )
}
}
catch
(...)
catch
(...)
{
{
ep
->
Up
();
ep
->
Up
();
msg_Err
(
&
sys
.
demuxer
,
"Error while reading %s"
,
typeid
(
*
el
).
name
()
);
msg_Err
(
&
sys
.
demuxer
,
"Error while reading %s"
,
typeid
(
*
el
).
name
()
);
b_invalid_cue
=
true
;
b_invalid_cue
=
true
;
break
;
break
;
...
@@ -1162,7 +1162,7 @@ void matroska_segment_c::ComputeTrackPriority()
...
@@ -1162,7 +1162,7 @@ void matroska_segment_c::ComputeTrackPriority()
/* Avoid multivideo tracks when unnecessary */
/* Avoid multivideo tracks when unnecessary */
if
(
p_tk
->
fmt
.
i_cat
==
VIDEO_ES
)
if
(
p_tk
->
fmt
.
i_cat
==
VIDEO_ES
)
p_tk
->
fmt
.
i_priority
--
;
p_tk
->
fmt
.
i_priority
--
;
}
}
}
}
void
matroska_segment_c
::
EnsureDuration
()
void
matroska_segment_c
::
EnsureDuration
()
...
@@ -1370,7 +1370,7 @@ int matroska_segment_c::BlockGet( KaxBlock * & pp_block, KaxSimpleBlock * & pp_s
...
@@ -1370,7 +1370,7 @@ int matroska_segment_c::BlockGet( KaxBlock * & pp_block, KaxSimpleBlock * & pp_s
DataBuffer
*
p_data
=
&
pp_block
->
GetBuffer
(
0
);
DataBuffer
*
p_data
=
&
pp_block
->
GetBuffer
(
0
);
size_t
sz
=
p_data
->
Size
();
size_t
sz
=
p_data
->
Size
();
const
uint8_t
*
p_buff
=
p_data
->
Buffer
();
const
uint8_t
*
p_buff
=
p_data
->
Buffer
();
/* if the second bit of a Theora frame is 1
/* if the second bit of a Theora frame is 1
it's not a keyframe */
it's not a keyframe */
if
(
sz
&&
p_buff
)
if
(
sz
&&
p_buff
)
{
{
...
...
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