[FFmpeg-devel] Patch for libavcodec dvdec.c

Carl Eugen Hoyos cehoyos at ag.or.at
Fri Dec 18 21:22:52 CET 2015


Dan Haddix <dan6992 <at> hotmail.com> writes:

> This is my first patch so hopefully I did it correctly. 
> If not let me know and I will fix it.

Please try the following, what you attached cannot be used.
Checkout current FFmpeg:
$ git checkout git://source.ffmpeg.org/ffmpeg.git ffmpeg
Make your change(s) in the created directory ffmpeg.
Commit your change:
$ git commit libavcodec
If you have never committed before with git, you 
first have to set your name and email.
Your commit message should start with "lavc/dvdec; " 
and it should contain "Fixes ticket #5092." (and an 
explanation why the change is useful).
Then produce a patch file:
$ git format-patch -1
Attach the resulting file to an email, it is called 
something like "0001-lavc..."

Carl Eugen



More information about the ffmpeg-devel mailing list