zmwangx / rust-ffmpeg

Safe FFmpeg wrapper.
Do What The F*ck You Want To Public License
1.3k stars 203 forks source link

audio linesize[0] #157

Open robtfm opened 1 year ago

robtfm commented 1 year ago

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