[x264-devel] Multislicing support

Mathieu Monnier manao at melix.net
Wed Feb 20 18:58:49 CET 2008


Hi,

x264_realloc is buggy, fixing it would fix the issue :

-        i_old_size = *( (int*) ( (uint8_t*) p ) - sizeof( void ** ) -
-                         sizeof( int ) );
+        i_old_size = *( (int*) ( (uint8_t*) p - sizeof( void ** ) -
+                         sizeof( int ) ) );

Regards,

Mathieu

Note : x264_realloc is not used in the trunk, so that fix fix nothing.



More information about the x264-devel mailing list