[Ffmpeg-devel] [PATCH] Split DV demuxer/muxer

Panagiotis Issaris takis.issaris
Tue Sep 5 14:07:03 CEST 2006


Hi,

The attached patch splits the DV demuxer and muxer in separate
files (as suggested by Diego Biurrun earlier today). I've named
them dvdec/dvenc instead of dvdemux/dvmux in analogy to the 
other split demuxers/muxers.

 b/libavformat/Makefile |    4
 b/libavformat/dvdec.c  |  449 ++++++++++++++++++++++++++
 b/libavformat/dvenc.c  |  413 ++++++++++++++++++++++++
 libavformat/dv.c       |  826 -------------------------------------------------
 4 files changed, 864 insertions(+), 828 deletions(-)

Applies to current SVN. "make test" fails, but it fails with
my current unpatched SVN tree too as I reported in a separate e-mail.

I'm trying to keep the changes self-contained, so this patch does not contain the 
fixes for the linking error when disabling DV.

With friendly regards,
Takis
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pi-20060905T134634-ffmpeg-dv_split.diff
Type: text/x-diff
Size: 61649 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20060905/068f1ce7/attachment.diff>



More information about the ffmpeg-devel mailing list