From: Michael Niedermayer <michael@niedermayer.cc> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Subject: Re: [FFmpeg-devel] [RFC] Advanced Error Codes Date: Thu, 3 Jul 2025 17:52:05 +0200 Message-ID: <20250703155205.GK29660@pb2> (raw) In-Reply-To: <aGZFx2W_fSnJ8Ik5@phare.normalesup.org> [-- Attachment #1.1: Type: text/plain, Size: 1743 bytes --] Hi On Thu, Jul 03, 2025 at 10:56:39AM +0200, Nicolas George wrote: > Michael Niedermayer (HE12025-07-02): [...] > To be clear, you suggest, IIUC: > > - The developer registers the error code. > - The developer writes the explanation for the error when registering > the error code. > - The developer uses the error code when returning the error. > - The user gets an error code. > - The user looks up the error code to get the explanation for the error. no, just: return av_adv_err_new(AVERROR_INVALIDDATA, "Garbled foobar data", "Foo triangle quantum decoder" __FILE__, __LINE__, NULL, "Whaetver you like %s", favorite_food); teh return type is int64_t here this also cannot fail as it allocates nothing it also needs no context but would use a mutex or thread local storage the message length would be bound by a maximum, set at compile time and the number of messages that this keeps track of also would be bound by a maximum, set at compile time > > What I propose: > > - The developer writes the explanation for the error when returning the > error. > - The user gets the explanation for the error directly. > > Or, in terms of code: > > return AVERROR_MESSAGE(ctx, "Garbled foobar data at offset ${offset}", > "offset", ctx->offset, NULL); I am not sure if passing a context around is going to find the volunteers to implement and maintain. Also it has a performance impact for small and lightweight functions. thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB For a strong democracy, genuine criticism is necessary, allegations benefit noone, they just cause unnecessary conflicts. - Narendra Modi [-- Attachment #1.2: signature.asc --] [-- Type: application/pgp-signature, Size: 195 bytes --] [-- Attachment #2: Type: text/plain, Size: 251 bytes --] _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
next prev parent reply other threads:[~2025-07-03 15:52 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2025-07-02 14:43 Michael Niedermayer 2025-07-02 14:52 ` Nicolas George 2025-07-02 17:16 ` Michael Niedermayer 2025-07-03 8:56 ` Nicolas George 2025-07-03 15:52 ` Michael Niedermayer [this message] 2025-07-04 13:29 ` Nicolas George 2025-07-06 14:33 ` Michael Niedermayer 2025-07-02 17:21 ` Michael Niedermayer
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=20250703155205.GK29660@pb2 \ --to=michael@niedermayer.cc \ --cc=ffmpeg-devel@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