![lummax](/assets/img/avatar_default.png)
av_frame_get_buffer()
In all places where the function `av_frame_get_buffer()` was used on an audio frame in the ffmpeg sources the value `0` was used as an alignment. Also [1] states the value `0` as the default alignment. [1]: http://www.ffmpeg.org/doxygen/2.7/group__lavu__sampfmts.html#gaa7368bc4e3a366b688e81938ed55eb06
Description
Languages
Rust
100%