[FFmpeg-devel] [Ffmpeg-devel][PATCH] WMV 3 encoding support (intra main profile)
Carl Eugen Hoyos
cehoyos
Wed May 2 22:28:39 CEST 2007
Hi!
Denis Fortin <fortin <at> nerim.net> writes:
> > > -vc1.h: move some definitions from vc1.c to this new filw
> >
> > new files should always be diffed agianst their "parent" file if one exists
> the idea here is to "diff libavcodec/vc1.c libavcodec/vc1.h" ?
> How to apply such a patch ?
The important question is: How to produce it?
Move your own vc1.h out of the way (mv vc1.h vc1.bak)
Svn copy vc1.c -> vc1.h locally: svn copy vc1.c vc1.h
Move your own vc1.h back (mv vc1.bak vc1.h)
Produce diff: svn diff vc1.h
Before submitting, make sure the patch contains no cosmetic changes;-)
Carl Eugen
More information about the ffmpeg-devel
mailing list