Re: [FFmpeg-devel] [PATCH] doc/developer: add examples to clarify code style

2024-09-13 Thread epirat07
On 18 May 2024, at 20:22, Andrew Sayers wrote: > I would have found this very helpful! Thanks for the review, I just submitted a new version that hopefully addresses most of your points. > > On Sat, May 18, 2024 at 07:00:50PM +0200, Marvin Scholz wrote: >> Given the frequency that new develop

Re: [FFmpeg-devel] [PATCH] doc/developer: add examples to clarify code style

2024-05-18 Thread Andrew Sayers
I would have found this very helpful! On Sat, May 18, 2024 at 07:00:50PM +0200, Marvin Scholz wrote: > Given the frequency that new developers, myself included, get the > code style wrong, it is useful to add some examples to clarify how > things should be done. > --- > doc/developer.texi | 57 ++

[FFmpeg-devel] [PATCH] doc/developer: add examples to clarify code style

2024-05-18 Thread Marvin Scholz
Given the frequency that new developers, myself included, get the code style wrong, it is useful to add some examples to clarify how things should be done. --- doc/developer.texi | 57 +- 1 file changed, 56 insertions(+), 1 deletion(-) diff --git a/doc/