I did find another post about this topic.
// Add images to rss
function embed_rss_image($content) {
global $post;
if(is_feed()) {

if(get_post_meta($post->ID, 'images', true)) $thumb_image =...