[gegl/video-rejuvenation: 6/60] ff-load: configure to deal with more malformed video encodings/muxings



commit 5a8a0d0e846f7121d1b58d70659fd034613e2c36
Author: Øyvind Kolås <pippin gimp org>
Date:   Tue Oct 6 14:30:03 2015 +0200

    ff-load: configure to deal with more malformed video encodings/muxings

 operations/external/ff-load.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/operations/external/ff-load.c b/operations/external/ff-load.c
index 59395dd..7745d81 100644
--- a/operations/external/ff-load.c
+++ b/operations/external/ff-load.c
@@ -377,6 +377,7 @@ prepare (GeglOperation *operation)
               }
         }
 
+      p->video_context->err_recognition = AV_EF_CAREFUL | AV_EF_BITSTREAM;
       p->video_context->workaround_bugs = FF_BUG_AUTODETECT;
 
       if (p->video_codec == NULL)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]