Skip to content
Snippets Groups Projects
Commit 5b494216 authored by Jan Buethe's avatar Jan Buethe
Browse files

bugfix in dred_rdovae.c

parent f74bff74
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ RDOVAEEnc * DRED_rdovae_create_decoder()
{
RDOVAEDec *dec;
dec = (RDOVAEDec*) calloc(sizeof(*dec), 1);
DRED_rdovae_init_encoder(dec);
DRED_rdovae_init_decoder(dec);
return dec;
}
......
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