rust-ffmpeg
rust-ffmpeg copied to clipboard
audio linesize[0]
audio frames currently try to read the linesize entry using the plane index. the comment on linesize says For audio, only linesize[0] may be set. For planar audio, each channel plane must be the same size.
-> always use linesize[0] in audio