[FFmpeg-devel] [PATCH] move wmv2 encoder to its own file

Aurelien Jacobs aurel
Mon Nov 12 00:36:36 CET 2007


Diego Biurrun wrote:

> Attached patch does $subject.  It compiles and passes regression tests.
> The only issue is that it duplicates the SKIP_TYPE_* definitions at the
> top of the file.  I could move these to a wmv2.h header file if this is
> preferred.

Not only you duplicate SKIP_TYPE_* but also struct Wmv2Context definition
and ff_wmv2_common_init().
Attached patch does a finer grained split (including splitting both
wmv2 enc and dec in their own file).

Aurel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wmv2split.diff
Type: text/x-patch
Size: 82869 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20071112/2d639b4e/attachment.bin>



More information about the ffmpeg-devel mailing list