--- gegl-0.0.18/operations/external/ff-load.c~ 2008-06-14 18:40:04.000000000 +0200 +++ gegl-0.0.18/operations/external/ff-load.c 2008-10-01 20:50:30.114895843 +0200 @@ -27,7 +27,7 @@ #include "gegl-chant.h" #include -#include +#include typedef struct { --- gegl-0.0.18/operations/external/ff-load.c~ 2008-10-01 20:51:32.462389814 +0200 +++ gegl-0.0.18/operations/external/ff-load.c 2008-10-01 21:59:42.037190040 +0200 @@ -278,7 +278,7 @@ p->enc = p->video_st->codec; p->codec = avcodec_find_decoder (p->enc->codec_id); - p->enc->error_resilience = 2; + p->enc->error_recognition = 2; p->enc->error_concealment = 3; p->enc->workaround_bugs = FF_BUG_AUTODETECT;