Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Darshan Jain
VLC
Commits
2621fdeb
Commit
2621fdeb
authored
11 years ago
by
Rafaël Carré
Browse files
Options
Downloads
Patches
Plain Diff
avio output: use correct private context
parent
f8fc2f58
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/access/avio.c
+1
-1
1 addition, 1 deletion
modules/access/avio.c
with
1 addition
and
1 deletion
modules/access/avio.c
+
1
−
1
View file @
2621fdeb
...
...
@@ -317,7 +317,7 @@ static ssize_t Read(access_t *access, uint8_t *data, size_t size)
*****************************************************************************/
static
ssize_t
Write
(
sout_access_out_t
*
p_access
,
block_t
*
p_buffer
)
{
access_sys_t
*
p_sys
=
(
access_sys_t
*
)
p_access
->
p_sys
;
sout_
access_
out_
sys_t
*
p_sys
=
(
sout_
access_
out_
sys_t
*
)
p_access
->
p_sys
;
size_t
i_write
=
0
;
int
val
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment