Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
426
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
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
VideoLAN
VLC
Commits
ff415efe
Commit
ff415efe
authored
2 years ago
by
Alexandre Janniaux
Committed by
Felix Paul Kühne
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
access: remove hardcoded size
parent
be790d9d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Pipeline
#234543
passed with stages
in 36 minutes and 23 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/input/access.c
+1
-1
1 addition, 1 deletion
src/input/access.c
with
1 addition
and
1 deletion
src/input/access.c
+
1
−
1
View file @
ff415efe
...
...
@@ -79,7 +79,7 @@ static stream_t *accessNewAttachment(vlc_object_t *parent,
vlc_stream_Delete
(
stream
);
return
NULL
;
}
stream
->
psz_location
=
stream
->
psz_url
+
13
;
stream
->
psz_location
=
stream
->
psz_url
+
strlen
(
"attachment://"
)
;
return
stream
;
}
...
...
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