> On 8 Mar 2018, at 23:37, Mark Burton <[email protected]> wrote: > > On 8 Mar 2018, at 22:29, Carl Eugen Hoyos <[email protected] > <mailto:[email protected]>> wrote: >> One possibility is that you run "git diff libavformat/movenc.h" to verify you >> have only changed this one value (this assumes you have originally done >> "git clone" and not "curl..."), then run "git commit libavformat/movenc.h" to >> start the commit line editor, type "i" (I believe this will be necessary to >> get >> into insert mode) and "lavf/movenc: Change MOV_TIMESCALE >> to 600" followed by two (!) carriage returns and an explanation why this is >> a good idea (because seeking works better in some other software), then >> exit the editor (it's "ESC" ":wq" here) and get back to the shell. There, run >> "git format-patch HEAD^" to get a file 0001-lavf-movenc... that you send >> as attachment to the ffmpeg-devel mailing list and "git reset HEAD^" to >> clean your local checkout. > > Fantastic. I’ve just submitted the patch to the developer list. Will do my > best to answer the questions that come my way!
Was the resubmit correct? _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
