summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2019-10-15 18:55:58 -0400
committerBradley Sepos <[email protected]>2019-10-15 18:56:12 -0400
commitac271b98b0a57c8717d29d73d031138cca4906b3 (patch)
tree98fe7cd494f6fcd74009a12c6983fa487c124156 /contrib
parentf9724570c87b979355c40c2720454396fca2a089 (diff)
contrib: Add AMF/VCE H.264 loop filter flag patch to FFmpeg.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ffmpeg/A00-amf-h264-loop.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/contrib/ffmpeg/A00-amf-h264-loop.patch b/contrib/ffmpeg/A00-amf-h264-loop.patch
new file mode 100644
index 000000000..5617dbc65
--- /dev/null
+++ b/contrib/ffmpeg/A00-amf-h264-loop.patch
@@ -0,0 +1,23 @@
+From 27da30adddc6f9c5fcbc0d3a0b791db061d179cf Mon Sep 17 00:00:00 2001
+From: OvchinnikovDmitrii <[email protected]>
+Date: Fri, 11 Oct 2019 18:37:13 +0300
+Subject: [PATCH] libavcodec/amfenc_h264.c: Changed loop filter flag default
+ value.
+
+The value has been changed to match the recommended(by AMF Encoder team)
+---
+ libavcodec/amfenc_h264.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/libavcodec/amfenc_h264.c b/libavcodec/amfenc_h264.c
+index 2c082e93bd9..7f2817f1157 100644
+--- a/libavcodec/amfenc_h264.c
++++ b/libavcodec/amfenc_h264.c
+@@ -366,6 +366,7 @@ static const AVCodecDefault defaults[] = {
+ { "b", "2M" },
+ { "g", "250" },
+ { "slices", "1" },
++ { "flags", "+loop"},
+ { NULL },
+ };
+