Skip to content

Commit

Permalink
another one hidden compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Nov 28, 2023
1 parent c3311e6 commit 1d08a65
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 @@ -518,7 +518,7 @@ class AudioCodecContext : public CodecContextBase<Clazz, _direction, AVMEDIA_TYP
{
if (!isValid())
return ChannelLayoutView{};
return ChannelLayoutView{m_raw.ch_layout};
return ChannelLayoutView{m_raw->ch_layout};
}
#endif

Expand Down

0 comments on commit 1d08a65

Please sign in to comment.