This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch release/8.1 in repository ffmpeg.
commit ad3e1ef7265259cdf2243612858a277deda49aca Author: Michael Niedermayer <[email protected]> AuthorDate: Tue Jun 16 19:49:27 2026 +0200 Commit: Michael Niedermayer <[email protected]> CommitDate: Tue Jun 16 19:49:27 2026 +0200 libavcodec/jpeg2000htdec: remove trailing whitespace Signed-off-by: Michael Niedermayer <[email protected]> --- libavcodec/jpeg2000htdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/jpeg2000htdec.c b/libavcodec/jpeg2000htdec.c index 14ecd9814c..5b12062f40 100644 --- a/libavcodec/jpeg2000htdec.c +++ b/libavcodec/jpeg2000htdec.c @@ -1339,7 +1339,7 @@ ff_jpeg2000_decode_htj2k(const Jpeg2000DecoderContext *s, Jpeg2000CodingStyle *c // Assuming that the internal precision for codeblock decoding is 32 bits. val <<= roi_shift; else { - av_log(s->avctx, AV_LOG_ERROR, + av_log(s->avctx, AV_LOG_ERROR, "Pixel precision in ROI is beyond the supported range.\n" ); ret = AVERROR_PATCHWELCOME; _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
