[FFmpeg-cvslog] r14687 - in trunk/libavcodec: h264.c h264pred.c h264pred.h

Diego Biurrun diego
Mon Aug 11 07:41:20 CEST 2008


On Mon, Aug 11, 2008 at 04:21:33AM +0200, michael wrote:
> 
> Log:
> Support MBAFF + constrained intra prediction.
> (no i would not have tried to implement this had i known what mess it is)
> fixes at least:
> CAMACI3_Sony_C
> 
> --- trunk/libavcodec/h264pred.c	(original)
> +++ trunk/libavcodec/h264pred.c	Mon Aug 11 04:21:33 2008
> @@ -690,6 +690,29 @@ static void pred8x8_dc_c(uint8_t *src, i
>  
> +//the following 4 function should not be optimized!

Why?

Diego




More information about the ffmpeg-cvslog mailing list