[vlc-commits] [Git][videolan/vlc][master] daala: fix encoder_options initialization
Steve Lhomme (@robUx4)
gitlab at videolan.org
Wed Apr 27 11:45:09 UTC 2022
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
ec4f3c10 by Tristan Matthews at 2022-04-27T10:23:16+00:00
daala: fix encoder_options initialization
Regression from f710e4064641412215d6f80498ff8da84f0497ca
- - - - -
1 changed file:
- modules/codec/daala.c
Changes:
=====================================
modules/codec/daala.c
=====================================
@@ -717,7 +717,7 @@ static int OpenEncoder( vlc_object_t *p_this )
static const struct vlc_encoder_operations ops =
{
.close = CloseEncoder,
- .encoder_video = Encode,
+ .encode_video = Encode,
};
p_enc->ops = &ops;
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/ec4f3c10b70b208c1f6ce2ff0e11d84b46fb284f
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/ec4f3c10b70b208c1f6ce2ff0e11d84b46fb284f
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list