rust-ffmpeg icon indicating copy to clipboard operation
rust-ffmpeg copied to clipboard

audio linesize[0]

Open robtfm opened this issue 2 years ago • 0 comments

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

robtfm avatar Jul 19 '23 12:07 robtfm