[FFmpeg-devel] [PATCH] avfilter/vf_xcam: add xcam video filter

Zane van Iperen zane at zanevaniperen.com
Thu Jul 30 15:16:03 EEST 2020


On Thu, 30 Jul 2020 09:23:12 +0000
"Zong, Wei" <wei.zong at intel.com> wrote:

> Yes, I made the patch with git command "format-patch", there's some
> redundant message, so I modified the patch file a little bit
> manually. Then I use git "send-email" to send the patch.

I'm pretty sure modifying the .patch manually invalidates
the hash, try amending the commit and the resubmitting.

As it seems to have been double-patched, did you
`git format-patch` from another repo containing the actual
patch files, perhaps?

If so, simply send the actual .patch files. Personally, I
have an alias "ffsend" in my .gitconfig:

    [alias]
        ffsend = send-email --to=ffmpeg-devel at ffmpeg.org

So all I need to do is "git ffsend *.patch"

Zane



More information about the ffmpeg-devel mailing list