]> granicus.if.org Git - libvpx/commit
Fix crash in pick_inter_mode_sb().
authorRonald S. Bultje <rbultje@google.com>
Sat, 24 Nov 2012 16:19:04 +0000 (08:19 -0800)
committerRonald S. Bultje <rbultje@google.com>
Sun, 25 Nov 2012 05:20:32 +0000 (21:20 -0800)
commit9dc7d4fb976d3ab52ee03822170cd484ff316be5
tree716daad7c4b364bc7fa32a00985000365ccd28ab
parent9970d8b66203b4cb50902ea59b083aa28a5c1f7d
Fix crash in pick_inter_mode_sb().

It didn't handle rd_thresh == INT_MAX, which means the reference is
unavailable.

Change-Id: Ie6fa8b2577437411db81a8c24e8dcdfd856a0e8d
vp9/encoder/rdopt.c