This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit f044c5e62710a151e001ae097fd3a07b88540766 Author: Marvin Scholz <[email protected]> AuthorDate: Wed Apr 22 01:13:35 2026 +0200 Commit: Marvin Scholz <[email protected]> CommitDate: Tue Apr 28 14:31:19 2026 +0200 doc: remove unclear description There is no caller when presuming that the user will use lavc for decoding. --- libavcodec/codec_par.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/codec_par.h b/libavcodec/codec_par.h index 3c2b7e5d35..d880e3a80d 100644 --- a/libavcodec/codec_par.h +++ b/libavcodec/codec_par.h @@ -231,7 +231,7 @@ typedef struct AVCodecParameters { * * The amount of padding (in samples) inserted by the encoder at * the beginning of the audio. I.e. this number of leading decoded samples - * must be discarded by the caller to get the original audio without leading + * must be discarded to get the original audio without leading * padding. * * Audio only. @@ -242,7 +242,7 @@ typedef struct AVCodecParameters { * * The amount of padding (in samples) appended by the encoder to * the end of the audio. I.e. this number of decoded samples must be - * discarded by the caller from the end of the stream to get the original + * discarded from the end of the stream to get the original * audio without any trailing padding. * * Audio only. _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
