Skip to content
Snippets Groups Projects
Commit ec4f3c10 authored by Tristan Matthews's avatar Tristan Matthews Committed by Jean-Baptiste Kempf
Browse files

daala: fix encoder_options initialization

Regression from f710e406
parent a0b9f7d7
No related branches found
No related tags found
1 merge request!1828daala: fix encoder_options initialization
Pipeline #215092 passed with stage
in 44 minutes and 30 seconds
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment