Re: [FFmpeg-devel] [PATCH] dox/examples/encode_video: add explanations in comments.

2021-08-20 Thread Nicolas George
Jan Ekström (12021-08-20): > Looks good to me with the dox->doc fixup you've already done in the > commit message. Thanks, pushed. Regards, -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpe

Re: [FFmpeg-devel] [PATCH] dox/examples/encode_video: add explanations in comments.

2021-08-20 Thread Jan Ekström
On Mon, Aug 16, 2021 at 4:07 PM Nicolas George wrote: > > Signed-off-by: Nicolas George > --- Looks good to me with the dox->doc fixup you've already done in the commit message. Generally I've become accustomed to trying to push people to look at the transcode* examples since I've seen people t

Re: [FFmpeg-devel] [PATCH] dox/examples/encode_video: add explanations in comments.

2021-08-20 Thread Nicolas George
Nicolas George (12021-08-16): > Signed-off-by: Nicolas George > --- > doc/examples/encode_video.c | 24 +--- > 1 file changed, 21 insertions(+), 3 deletions(-) I fixed dox → doc in the subject. Will push soon unless somebody comments. Regards, -- Nicolas George signatu

[FFmpeg-devel] [PATCH] dox/examples/encode_video: add explanations in comments.

2021-08-16 Thread Nicolas George
Signed-off-by: Nicolas George --- doc/examples/encode_video.c | 24 +--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/doc/examples/encode_video.c b/doc/examples/encode_video.c index 908eb203d5..939ed68324 100644 --- a/doc/examples/encode_video.c +++ b/doc/exa