From: "Martin Storsjö via ffmpeg-devel" <ffmpeg-devel@ffmpeg.org>
To: ffmpeg-devel@ffmpeg.org
Cc: "Martin Storsjö" <code@ffmpeg.org>
Subject: [FFmpeg-devel] [PATCH] libavformat: Fix the docs for av_mime_codec_str and ff_make_codec_str (PR #21244)
Date: Fri, 19 Dec 2025 18:09:52 -0000
Message-ID: <176616779335.60.1281015007399803000@2cb04c0e5124> (raw)
PR #21244 opened by Martin Storsjö (mstorsjo)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21244
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21244.patch
The doxygen comments were missed as these functions were updated
during review; they don't take separate pointer/length parameters
but use an AVBPrint struct now instead.
From b0230391f06b514f7b0cf7efb6cabc5d93261be0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Storsj=C3=B6?= <martin@martin.st>
Date: Fri, 19 Dec 2025 20:07:19 +0200
Subject: [PATCH] libavformat: Fix the docs for av_mime_codec_str and
ff_make_codec_str
The doxygen comments were missed as these functions were updated
during review; they don't take separate pointer/length parameters
but use an AVBPrint struct now instead.
---
libavformat/avformat.h | 3 +--
libavformat/internal.h | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index cee845b308..bd34132e00 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -2898,8 +2898,7 @@ struct AVBPrint;
* @param frame_rate an AVRational for the frame rate, for deciding the
* right profile for video codecs. Pass an invalid
* AVRational (1/0) to indicate that it is unknown.
- * @param str the output string buffer
- * @param size the size of the string pointed to by str
+ * @param out the AVBPrint to write the output to
* @return <0 on error
*/
int av_mime_codec_str(const AVCodecParameters *par,
diff --git a/libavformat/internal.h b/libavformat/internal.h
index d32a3376cc..380676ed23 100644
--- a/libavformat/internal.h
+++ b/libavformat/internal.h
@@ -668,8 +668,7 @@ int ff_parse_opts_from_query_string(void *obj, const char *str, int allow_unkown
* @param par pointer to an AVCodecParameters struct describing the codec
* @param frame_rate an optional pointer to AVRational for the frame rate,
* for deciding the right profile for video codecs
- * @param str the output string buffer
- * @param size the size of the string pointed to by str
+ * @param out the AVBPrint to write the output to
* @return <0 on error
*/
int ff_make_codec_str(void *logctx, const AVCodecParameters *par,
--
2.49.1
_______________________________________________
ffmpeg-devel mailing list -- ffmpeg-devel@ffmpeg.org
To unsubscribe send an email to ffmpeg-devel-leave@ffmpeg.org
reply other threads:[~2025-12-19 18:10 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=176616779335.60.1281015007399803000@2cb04c0e5124 \
--to=ffmpeg-devel@ffmpeg.org \
--cc=code@ffmpeg.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
ffmpegdev@gitmailbox.com
public-inbox-index ffmpegdev
Example config snippet for mirrors.
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git