Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
9e19f8fc
Commit
9e19f8fc
authored
Dec 12, 2001
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Another win32 fix.
parent
42993b79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
plugins/mpeg_system/input_ts.h
plugins/mpeg_system/input_ts.h
+2
-2
No files found.
plugins/mpeg_system/input_ts.h
View file @
9e19f8fc
...
...
@@ -2,7 +2,7 @@
* input_ts.h: structures of the input not exported to other modules
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* $Id: input_ts.h,v 1.
1 2001/12/09 17:01:36
sam Exp $
* $Id: input_ts.h,v 1.
2 2001/12/12 15:25:29
sam Exp $
*
* Authors: Henri Fallon <henri@via.ecp.fr>
* Boris Dors <babal@via.ecp.fr>
...
...
@@ -71,7 +71,7 @@ static __inline__ int read_network( int i_fd, char * p_base,
i_bytes
=
p_sys
->
i_length
-
p_sys
->
i_offset
;
}
p
f_
fast_memcpy
(
p_base
,
p_sys
->
p_buffer
+
p_sys
->
i_offset
,
i_bytes
);
p
_main
->
fast_memcpy
(
p_base
,
p_sys
->
p_buffer
+
p_sys
->
i_offset
,
i_bytes
);
p_sys
->
i_offset
+=
i_bytes
;
return
i_bytes
;
...
...
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