[gegl/video-rejuvenation: 6/30] 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/30] ff-load: configure to deal with more malformed video encodings/muxings
- Date: Tue, 27 Oct 2015 13:47:01 +0000 (UTC)
commit a0fe4d35c47b19a498eed67f3f78b77572c3e373
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]