Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
628379cc
Commit
628379cc
authored
Jun 13, 2005
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Largefile support for segmented mkv files (closes #204)
parent
09afc32c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/demux/mkv.cpp
modules/demux/mkv.cpp
+2
-2
No files found.
modules/demux/mkv.cpp
View file @
628379cc
...
...
@@ -1470,8 +1470,8 @@ static int Open( vlc_object_t * p_this )
!
s_filename
.
compare
(
s_filename
.
length
()
-
3
,
3
,
"mka"
))
#endif
{
// test wether this file belongs to
the
our family
StdIOCallback
*
p_file_io
=
new
StdIOCallback
(
s_filename
.
c_str
(),
MODE_READ
);
// test wether this file belongs to our family
vlc_stream_io_callback
*
p_file_io
=
new
vlc_stream_io_callback
(
stream_UrlNew
(
p_demux
,
s_filename
.
c_str
())
);
EbmlStream
*
p_estream
=
new
EbmlStream
(
*
p_file_io
);
p_stream
=
p_sys
->
AnalyseAllSegmentsFound
(
p_estream
);
...
...
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