This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch release/4.4 in repository ffmpeg.
commit 8fa3990331215886465c3a1f315bb729598324fc Author: Michael Niedermayer <[email protected]> AuthorDate: Wed Apr 1 01:08:01 2026 +0200 Commit: Michael Niedermayer <[email protected]> CommitDate: Tue May 5 18:55:10 2026 +0200 avutil/samplefmt: Dont claim that av_get_sample_fmt_string checks sample_fmt Signed-off-by: Michael Niedermayer <[email protected]> (cherry picked from commit b11729f154b7ae90e26a57e9dccccd007620a0be) Signed-off-by: Michael Niedermayer <[email protected]> --- libavutil/samplefmt.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavutil/samplefmt.h b/libavutil/samplefmt.h index 8cd43ae856..fd12c61aa2 100644 --- a/libavutil/samplefmt.h +++ b/libavutil/samplefmt.h @@ -125,8 +125,7 @@ enum AVSampleFormat av_get_planar_sample_fmt(enum AVSampleFormat sample_fmt); * @param sample_fmt the number of the sample format to print the * corresponding info string, or a negative value to print the * corresponding header. - * @return the pointer to the filled buffer or NULL if sample_fmt is - * unknown or in case of other errors + * @return the pointer to the filled buffer or NULL in case of other errors */ char *av_get_sample_fmt_string(char *buf, int buf_size, enum AVSampleFormat sample_fmt); _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
