Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
15
Merge Requests
15
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
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
Steve Lhomme
VLC
Commits
f0317c3f
Commit
f0317c3f
authored
Jun 08, 2005
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* modules/stream_out/transcode.c: Really fixed the latest segfault this time...
parent
a5edd1f2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/stream_out/transcode.c
modules/stream_out/transcode.c
+1
-1
No files found.
modules/stream_out/transcode.c
View file @
f0317c3f
...
...
@@ -1770,7 +1770,7 @@ static int transcode_video_process( sout_stream_t *p_stream,
malloc
(
sizeof
(
filter_owner_sys_t
)
);
for
(
i
=
0
;
i
<
PICTURE_RING_SIZE
;
i
++
)
id
->
pp_vfilter
[
id
->
i_vfilter
]
->
p_owner
->
pp_pics
[
i
]
=
0
;
id
->
pp_vfilter
[
id
->
i_filter
]
->
p_owner
->
p_sys
=
p_sys
;
id
->
pp_vfilter
[
id
->
i_
v
filter
]
->
p_owner
->
p_sys
=
p_sys
;
id
->
i_vfilter
++
;
}
...
...
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