Skip to content

Commit

Permalink
Linuxビルドを修正 (その2)。
Browse files Browse the repository at this point in the history
  • Loading branch information
rigaya committed Oct 18, 2023
1 parent 0cb3fe6 commit 8f88f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NVEncCore/rgy_avutil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ RGYChannel getChannelLayoutChannelFromIndex(const RGYChannelLayout *ch_layout, c
#if AV_CHANNEL_LAYOUT_STRUCT_AVAIL
return av_channel_layout_channel_from_index(ch_layout, index);
#else
return (AVChannel)av_channel_layout_extract_channel(*ch_layout, index);
return (RGYChannel)av_channel_layout_extract_channel(*ch_layout, index);
#endif
}

Expand Down

0 comments on commit 8f88f17

Please sign in to comment.