mirror of https://github.com/FFmpeg/FFmpeg.git
Vorbis has priming samples at the beginning. If the initial_padding is not set in the encoder, the total sample count will be one frame fewer than it should be. The result is that we get a truncated version of encoding. initial_padding should be set to the frame_size used in vorbis_encode_frame(). Signed-off-by: Guangyu Sun <gsun@roblox.com>pull/359/head
parent
75510d7015
commit
24b3178efd
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue