On Tue, Sep 08, 2020 at 11:18:48PM +0200, Andreas Rheinhardt wrote: > Before this commit, the headphone filter called > av_channel_layout_extract_channel() in a loop in order to find out > the index of a channel (given via its AV_CH_* value) in a channel layout. > This commit changes this to av_get_channel_layout_channel_index() > instead. > > Signed-off-by: Andreas Rheinhardt <[email protected]> > --- > libavfilter/af_headphone.c | 32 ++++++++------------------------ > 1 file changed, 8 insertions(+), 24 deletions(-) >
should be fine if does not break usage. _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
