[FFmpeg-devel] [PATCH] refactor H.264 decoder/parser common code

Diego Biurrun diego
Fri Jun 12 22:50:43 CEST 2009


On Fri, Jun 12, 2009 at 10:49:32PM +0200, Diego Biurrun wrote:
> This splits off the code shared between parser and decoder into a
> separate file, similar to what I did for VC-1.  It shrinks h264.c, even
> if just by about 10%.  It's so huge, every bit counts ;)
> 
> There was only one function that I needed to make non-static:
> free_tables.  I declared it in h264.h as
> 'void ff_h264_free_tables(H264Context *h);'.
> 
> OK to apply?

Applied.

OK, and now for the non-empty patch...

Diego
-------------- next part --------------
A non-text attachment was scrubbed...
Name: h264_refactor.diff.bz2
Type: application/octet-stream
Size: 52935 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090612/caab5a1c/attachment.obj>



More information about the ffmpeg-devel mailing list