[FFmpeg-devel] [PATCH] refactor H.264 decoder/parser common code
Diego Biurrun
diego
Fri Jun 12 22:49:32 CEST 2009
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?
Diego
More information about the ffmpeg-devel
mailing list