[FFmpeg-devel] [PATCH] move some bitstream related functions

Aurelien Jacobs aurel
Thu Jul 5 12:08:50 CEST 2007


Hi,

The attached patch moves some bitstream related functions from mpegvideo_enc.c
to bitstream.c. Those functions are used by other encoders which don't
depend on mpegvideo_enc.c otherwise (such as svq1.c and h263.c).
So moving them will then allows me to ensure mpegvideo_enc.c is compiled
only when necessary (and not as soon as any encoder is enabled).

Is it ok ?

Aurel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mpeg-bitstream.diff
Type: text/x-diff
Size: 4600 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070705/9a1e64fe/attachment.diff>



More information about the ffmpeg-devel mailing list