Skip to content

Commit

Permalink
this one is scary, but this seems to be recent (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev authored Nov 23, 2023
1 parent 463596e commit c3311e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codeccontext.h
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ class AudioCodecContext : public CodecContextBase<Clazz, _direction, AVMEDIA_TYP
{
if (!isValid() || !layout.isValid())
return;
m_raw.ch_layout = *layout.raw();
m_raw->ch_layout = *layout.raw();
layout.release(); // is controlled by the CodecContext
}
#endif
Expand Down

0 comments on commit c3311e6

Please sign in to comment.