Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOvchinnikovDmitrii <ovchinnikov.dmitrii@gmail.com>2019-10-11 18:37:13 +0300
committerJames Almer <jamrial@gmail.com>2019-10-12 02:30:46 +0300
commit27da30adddc6f9c5fcbc0d3a0b791db061d179cf (patch)
tree4f232e0695b4c622c221bd1ebdd3f1598ec40d74 /libavcodec/amfenc_h264.c
parent71d9ae11a56df0d8f549295394a4a3af6718cdee (diff)
libavcodec/amfenc_h264.c: Changed loop filter flag default value.
The value has been changed to match the recommended(by AMF Encoder team)
Diffstat (limited to 'libavcodec/amfenc_h264.c')
-rw-r--r--libavcodec/amfenc_h264.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/amfenc_h264.c b/libavcodec/amfenc_h264.c
index 2c082e93bd..7f2817f115 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 },
};