[FFmpeg-devel] [PATCH 0/2] Minor fixes for encoder padding

Jon Toohill jtoohill at google.com
Mon Aug 15 23:13:05 EEST 2016


These patches backport the trailing_padding field to AVCodecContext,
add gapless information to the stream summary string, and fix some
cases where trailing_padding was being lost.

I'll continue working on supporting initial_padding and
trailing_padding for MP3 encoding/decoding in a separate patch set.

Jon Toohill (2):
  lavc: add trailing_padding to AVCodecContext to match
    AVCodecParameters.
  ffmpeg: copy trailing_padding when using -acodec copy

 doc/APIchanges       |  4 ++++
 ffmpeg.c             |  1 +
 libavcodec/avcodec.h | 11 +++++++++++
 libavcodec/utils.c   | 40 +++++++++++++++++++++++-----------------
 libavcodec/version.h |  2 +-
 5 files changed, 40 insertions(+), 18 deletions(-)

-- 
2.8.0.rc3.226.g39d4020



More information about the ffmpeg-devel mailing list