Quoting James Almer (2022-01-13 02:50:05) > From: Vittorio Giovara <[email protected]> > > Signed-off-by: Vittorio Giovara <[email protected]> > Signed-off-by: James Almer <[email protected]> > --- > 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 [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
