[codec,dsp] fix build WITH_FAAC

This commit is contained in:
akallabeth 2024-09-17 12:13:53 +02:00
parent b388739a0c
commit 7f52be7d75
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5
1 changed files with 1 additions and 1 deletions

View File

@ -1531,7 +1531,7 @@ BOOL freerdp_dsp_context_reset(FREERDP_DSP_CONTEXT* WINPR_RESTRICT context,
#endif
#if defined(WITH_FAAC)
if (context->encoder)
if (context->common.encoder)
{
faacEncConfigurationPtr cfg;