[gegl/video-rejuvenation: 6/83] ff-load: configure to deal with more malformed video encodings/muxings
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/video-rejuvenation: 6/83] ff-load: configure to deal with more malformed video encodings/muxings
- Date: Thu, 19 Nov 2015 21:42:50 +0000 (UTC)
commit 665bb51c70c9aef1c078355bd14008b207789468
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]