Commit 27da30ad authored by OvchinnikovDmitrii's avatar OvchinnikovDmitrii Committed by James Almer

libavcodec/amfenc_h264.c: Changed loop filter flag default value.

The value has been changed to match the recommended(by AMF Encoder team)
parent 71d9ae11
......@@ -366,6 +366,7 @@ static const AVCodecDefault defaults[] = {
{ "b", "2M" },
{ "g", "250" },
{ "slices", "1" },
{ "flags", "+loop"},
{ NULL },
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment