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
4542979c
Commit
4542979c
authored
Jan 06, 2001
by
Henri Fallon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a typo than prevented from building ...
parent
9385e1d5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/input/input_netlist.c
src/input/input_netlist.c
+3
-3
No files found.
src/input/input_netlist.c
View file @
4542979c
...
...
@@ -2,7 +2,7 @@
* input_netlist.c: netlist management
*****************************************************************************
* Copyright (C) 1998, 1999, 2000 VideoLAN
* $Id: input_netlist.c,v 1.2
6 2001/01/06 03:16:00
henri Exp $
* $Id: input_netlist.c,v 1.2
7 2001/01/06 05:44:45
henri Exp $
*
* Authors: Henri Fallon <henri@videolan.org>
*
...
...
@@ -190,7 +190,7 @@ struct iovec * input_NetlistGetiovec( void * p_method_data )
/* Initialize payload start and end */
p_netlist
->
pp_free_data
[
p_netlist
->
i_data_start
]
->
p_payload_start
=
p_netlist
->
pp_free_data
[
p_netlist
->
i_data_start
]
->
p_buffer
s
;
=
p_netlist
->
pp_free_data
[
p_netlist
->
i_data_start
]
->
p_buffer
;
p_netlist
->
pp_free_data
[
p_netlist
->
i_data_start
]
->
p_payload_end
=
p_netlist
->
pp_free_data
[
p_netlist
->
i_data_start
]
->
p_payload_start
...
...
@@ -268,7 +268,7 @@ struct data_packet_s * input_NetlistNewPacket( void * p_method_data,
p_return
->
p_next
=
NULL
;
p_return
->
b_discard_payload
=
0
;
p_return
->
p_payload_start
=
p_return
->
p_buffer
s
;
p_return
->
p_payload_start
=
p_return
->
p_buffer
;
p_return
->
p_payload_end
=
p_return
->
p_payload_start
+
i_buffer_size
;
return
(
p_return
);
...
...
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