> -----Original Message-----
> From: ffmpeg-devel <ffmpeg-devel-boun...@ffmpeg.org> On Behalf Of
> Traian Coza
> Sent: Tuesday, May 3, 2022 6:12 AM
> To: ffmpeg-devel@ffmpeg.org
> Subject: [FFmpeg-devel] Need help submitting a patch
>
> Hi! I am new to contributing to FFmpeg, and I have a technical
> question.
>
> I'm trying to submit a patch, but it's a fairly large patch, which
> I've
> made in multiple commits. I don't know how to generate the email for
> this
> patch. The example command given on the website (with format-patch)
> only
> generates the email for a single commit. I've searched the web and I
> don't
> really see an easy way to do it. Can someone help me out with this?
>
> Thanks!
For an easier way, you could create a PR against this repository:
https://github.com/ffstaging/FFmpeg
and follow the instructions you'll get from there.
When you want to use "git format-patch", you need to end the statement
with a minus+commitcount followed by the commit id from which the counting
should originate.
e.g.: git format-patch [...] -4 4535ea46c3f5e6453
softworkz
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".