Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
a215cc39
Commit
a215cc39
authored
May 20, 2005
by
Steve Lhomme
Browse files
mkv.cpp: fix a problem in UnGet()
parent
f5b485bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/mkv.cpp
View file @
a215cc39
...
...
@@ -3335,7 +3335,7 @@ EbmlElement* EbmlParser::UnGet( uint64 i_block_pos, uint64 i_cluster_pos )
if
(
m_el
[
1
]
->
GetElementPosition
()
==
i_cluster_pos
)
{
m_es
->
I_O
().
setFilePointer
(
i_block_pos
,
seek_beginning
);
return
(
EbmlMaster
*
)
m_el
[
mi_level
-
1
];
return
(
EbmlMaster
*
)
m_el
[
1
];
}
else
{
...
...
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