Skip to content
This repository was archived by the owner on Sep 14, 2024. It is now read-only.

Commit 1ed5b0c

Browse files
committed
Latest ffmpeg doesn't need this
1 parent b64c6bc commit 1ed5b0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Av1ador/Encoder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ public void Vf_add(string f, [Optional] string v, [Optional] string a, [Optional
504504
}
505505
else if (f == "detelecine")
506506
Vf.Add("setfield=mode=tff,separatefields,scale=iw:ih*2,setsar=1");
507-
else if (f == "autocolor")
507+
else if (f == "autocolor" && v == "smpte170m")
508508
{
509509
Vf.RemoveAll(s => s.StartsWith("scale=in_color_matrix"));
510510
if (v != "" && v != "bt2020")

0 commit comments

Comments
 (0)