Re: [FFmpeg-devel] [PATCH 3/4] avformat/pp_bnk: treat music files are stereo

2021-03-15 Thread Andreas Rheinhardt
Zane van Iperen: > These files are technically a series of planar mono tracks. > If the "music" flag is set, merge the packets from the two > mono tracks, essentially replicating: > > [0:a:0][0:a:1]join=inputs=2:channel_layout=stereo[a] > > Signed-off-by: Zane van Iperen > --- > libavformat/p

[FFmpeg-devel] [PATCH 3/4] avformat/pp_bnk: treat music files are stereo

2021-03-15 Thread Zane van Iperen
These files are technically a series of planar mono tracks. If the "music" flag is set, merge the packets from the two mono tracks, essentially replicating: [0:a:0][0:a:1]join=inputs=2:channel_layout=stereo[a] Signed-off-by: Zane van Iperen --- libavformat/pp_bnk.c | 60 ++