[x264-devel] bug in x264_realloc

Hoda Roodaki hoda.roodaki at gmail.com
Mon Feb 25 12:11:09 CET 2008


Hi,

I want to code a sequence with specific value of Frame rate, I set the
--fps parameter, but the final frame rate is not the same as I want.
Specially for CIF format sequences the final Frame rate is not
acceptable for me. Can anyone help me to fix this problem.

Regards,
HR

On 12/13/07, Ning Xin <nxin2000 at gmail.com> wrote:
> Hi,
>
> There is a bug in x264_realloc(common/common.c). Patch is here:
>
> 792,793c792,793
> <         i_old_size = *( (int*) ( (uint8_t*) p ) - sizeof( void ** ) -
> <                          sizeof( int ) );
> ---
> >         i_old_size = *( (int*) ( (uint8_t*) p - sizeof( void ** ) -
> >                          sizeof( int ) ) );
> _______________________________________________
> x264-devel mailing list
> x264-devel at videolan.org
> http://mailman.videolan.org/listinfo/x264-devel
>


More information about the x264-devel mailing list