[FFmpeg-devel] Patch for Reproducing Issue 7827

mypopy at gmail.com mypopy at gmail.com
Thu Apr 4 09:49:59 EEST 2019


On Thu, Apr 4, 2019 at 2:33 PM Peter Belkner <pbelkner at snafu.de> wrote:
>
> This patch does not improve or fix something instead it is meant for
> easily reproducing issue 7827 (as requested, cf.
> https://trac.ffmpeg.org/ticket/7827). I've to admit that I don't know
> how to produce a patch by "git format-patch" instead it was made by "git
> diff > muxing.patch".
>
A lot of docs for this type question, this is a refer
https://www.x.org/wiki/Development/Documentation/SubmittingPatches/

You can used the command like:

git format-patch HEAD~1      # create a patch for the last commit

And I think "git diff > muxing.patch"  will drop the commit message,
it's a part of the patch for review, Tks.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: muxing.patch
Type: application/x-patch
Size: 849 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20190404/d8e05d7f/attachment.bin>


More information about the ffmpeg-devel mailing list