[FFmpeg-devel] [PATCH] Export remaining H.264 decoder intra prediction functions

Aurelien Jacobs aurel
Wed May 23 21:48:49 CEST 2007


On Wed, 23 May 2007 15:06:24 +0200
Panagiotis Issaris <takis.issaris at uhasselt.be> wrote:

> Hi,
> 
> The attached patch exports four more H.264 decoder intra coding
> functions for reuse in the H.264 encoder. These functions are:
> pred8x8_left_dc_c, pred8x8_top_dc_c, pred16x16_left_dc_c and
> pred16x16_top_dc_c.
> 
>  h264.c |   16 ++++++++--------
>  1 file changed, 8 insertions(+), 8 deletions(-)

BTW, when those functions will really be used in an encoder, then
they should be moved to a common file (move h264.c to h264dec.c and
move those funcs to a new h264.c).
This is obviously not useful for now, but you might be interested to
do this rather sooner than latter.

Aurel




More information about the ffmpeg-devel mailing list