mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 11:39:47 +00:00
libavcodec/amfenc_h264.c: Changed loop filter flag default value.
The value has been changed to match the recommended(by AMF Encoder team)
This commit is contained in:
parent
71d9ae11a5
commit
27da30addd
@ -366,6 +366,7 @@ static const AVCodecDefault defaults[] = {
|
||||
{ "b", "2M" },
|
||||
{ "g", "250" },
|
||||
{ "slices", "1" },
|
||||
{ "flags", "+loop"},
|
||||
{ NULL },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user