mirror of https://github.com/FFmpeg/FFmpeg.git
The code already had skipping of initial padding, but discarding trailing frame padding was missing. This is somewhat questionable, because it will make the decoder discard any data after the declared file size in the LAME header. But note that skipping full frames at the end of the stream is required. Encoders actually create such files. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>pull/86/head
parent
7ac6b8cfa7
commit
d87fe2687f
3 changed files with 26 additions and 1 deletions
Loading…
Reference in new issue