[x264-devel] Some valgrind warnings on uninitialized variables in me.c

191919 191919 at gmail.com
Wed Mar 4 04:04:20 CET 2009


==493== Conditional jump or move depends on uninitialised value(s)
==493==    at 0x47AA07: x264_me_search_ref (in /usr/local/bin/ffmpeg)
==493==
==493== Conditional jump or move depends on uninitialised value(s)
==493==    at 0x47B3E1: x264_me_search_ref (in /usr/local/bin/ffmpeg)

 164     int omx, omy, pmx, pmy;
...
 239             if( (bmx == omx) & (bmy == omy) )
 240                 break;

omx and omy are not initialized.

Regards,
jh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x264-devel/attachments/20090304/34278055/attachment.htm>


More information about the x264-devel mailing list