[FFmpeg-devel] [PATCH] Add DPX decoder rev-23

Diego Biurrun diego
Wed Jun 10 16:48:30 CEST 2009


On Wed, Jun 10, 2009 at 02:36:58PM +0200, Jimmy Christensen wrote:
> 
> I was wondering how close this DPX patch is to get accepted. Is the 
> general quality good enough or does it need to be approved a lot more?

Close.

> --- libavcodec/dpx.c	(revision 0)
> +++ libavcodec/dpx.c	(revision 0)
> @@ -0,0 +1,227 @@
> +static unsigned int read32(const uint8_t **ptr, int is_big)
> +{
> +    unsigned int temp;
> +    if(is_big)

if (

Diego



More information about the ffmpeg-devel mailing list