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
430
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
ec4f3c10
Commit
ec4f3c10
authored
2 years ago
by
Tristan Matthews
Committed by
Jean-Baptiste Kempf
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
daala: fix encoder_options initialization
Regression from
f710e406
parent
a0b9f7d7
No related branches found
No related tags found
1 merge request
!1828
daala: fix encoder_options initialization
Pipeline
#215092
passed with stage
in 44 minutes and 30 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/codec/daala.c
+1
-1
1 addition, 1 deletion
modules/codec/daala.c
with
1 addition
and
1 deletion
modules/codec/daala.c
+
1
−
1
View file @
ec4f3c10
...
...
@@ -717,7 +717,7 @@ static int OpenEncoder( vlc_object_t *p_this )
static
const
struct
vlc_encoder_operations
ops
=
{
.
close
=
CloseEncoder
,
.
encode
r
_video
=
Encode
,
.
encode_video
=
Encode
,
};
p_enc
->
ops
=
&
ops
;
...
...
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