This code will change your default image.
add_filter('rh_no_thumb_url', 'my_custom_def_image'); function my_custom_def_image(){ return 'http://test.com/url_to_your_image.jpg'; }
This code will change your default image.
add_filter('rh_no_thumb_url', 'my_custom_def_image'); function my_custom_def_image(){ return 'http://test.com/url_to_your_image.jpg'; }