[gegl] ff-load: be more conservative with setting special optimization flags
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] ff-load: be more conservative with setting special optimization flags
- Date: Sun, 22 Nov 2015 20:08:00 +0000 (UTC)
commit c2019ca59457bb71784c663a079a3b12a865f334
Author: Øyvind Kolås <pippin gimp org>
Date: Sun Nov 22 20:56:20 2015 +0100
ff-load: be more conservative with setting special optimization flags
operations/external/ff-load.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/operations/external/ff-load.c b/operations/external/ff-load.c
index 5f3feec..e16b53a 100644
--- a/operations/external/ff-load.c
+++ b/operations/external/ff-load.c
@@ -460,12 +460,14 @@ prepare (GeglOperation *operation)
#endif
+#if 0
p->video_stream->codec->idct_algo = FF_IDCT_SIMPLEAUTO;
p->video_stream->codec->thread_count = 0;
p->video_stream->codec->thread_type = FF_THREAD_SLICE;
/* XXX: permits slice parallell decode, at expense of h264 compliance of output */
p->video_stream->codec->flags2 = AV_CODEC_FLAG2_FAST;
+#endif
if (p->video_codec == NULL)
g_warning ("video codec not found");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]