[Ffmpeg-devel] [PATCH] Split DV demuxer/muxer
Reimar Döffinger
Reimar.Doeffinger
Tue Sep 5 23:00:02 CEST 2006
Hello,
On Tue, Sep 05, 2006 at 06:18:20PM +0200, Panagiotis Issaris wrote:
> cd ffmpeg
> cp libavformat/dv.c /tmp
> patch -p1 < /tmp/pi-20060905T134634-ffmpeg-dv_split.diff
> mv libavformat/dv???.c /tmp
> cp /tmp/dv.c libavformat/
> svn cp dv.c dvenc.c
> svn cp dv.c dvdec.c
> svn rm dv.c
> mv /tmp/dv???.c libavformat/
> svn commit
Simpler is first svn cp, then "normal" rm and then applying the patch.
There would also be the possibility of leaving the decoder named dv.c
and only svn cping the encoder to dvenc.c
Also you can test (and also check for cosmetic changes) by doing all
these steps (except for svn commit) and the doing svn diff.
Greetings,
Reimar D?ffinger
More information about the ffmpeg-devel
mailing list