Quoting James Almer (2022-01-13 02:50:05) > From: Vittorio Giovara <vittorio.giov...@gmail.com> > > Signed-off-by: Vittorio Giovara <vittorio.giov...@gmail.com> > Signed-off-by: James Almer <jamr...@gmail.com> > --- > libavformat/cdxl.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libavformat/cdxl.c b/libavformat/cdxl.c > index c42e0d3545..76dc1d18c9 100644 > --- a/libavformat/cdxl.c > +++ b/libavformat/cdxl.c > @@ -171,6 +171,7 @@ static int cdxl_read_packet(AVFormatContext *s, AVPacket > *pkt) > > if (cdxl->read_chunk && audio_size) { > if (cdxl->audio_stream_index == -1) { > + int channels = !!(cdxl->header[1] & 0x10) + 1;
redundant after cba716f55e79ebb2db9627c6e3e11d6fc77ae737 -- Anton Khirnov _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".