[FFmpeg-devel] indeo4 preparations, part 2

Aurelien Jacobs aurel
Wed May 26 19:01:55 CEST 2010


On Wed, May 26, 2010 at 02:34:36PM +0200, Maxim wrote:
> Hi crews,
> 
> the attached patch moves indeo5 scan patterns into ivi_common.c so those
> can be shared by upcoming indeo4 code.
> 
> Ok to commit?
> 
> Best regards
> Maxim

> Index: libavcodec/ivi_common.c
> ===================================================================
> --- libavcodec/ivi_common.c	(Revision 23334)
> +++ libavcodec/ivi_common.c	(Arbeitskopie)
> @@ -643,6 +643,36 @@
>  
>  
>  /**
> + *  Scan patterns shared between indeo4 and indeo5
> + */
> +const uint8_t ivi_vertical_scan_8x8[64] = {

Non-static internal symbols should have a ff_ prefix.

Aurel




More information about the ffmpeg-devel mailing list