Skip to content

Commit a68e31b

Browse files
committed
Move encoderArgs to bin
1 parent 70b4360 commit a68e31b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ff-utils-winforms/UI/Tasks/Av1anUi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ static void LoadColorFormats(IEncoder enc)
175175

176176
public static void LoadAdvancedArgsGrid(IEncoder enc)
177177
{
178-
string jsonPath = Path.Combine(Paths.GetDataPath(), "encoderArgs", enc.Name + ".json");
178+
string jsonPath = Path.Combine(Paths.GetBinPath(), "av1an", "encoderArgs", enc.Name + ".json");
179179

180180
DataGridView grid = Program.mainForm.Av1anAdvancedArgsGrid;
181181
grid.Rows.Clear();

0 commit comments

Comments
 (0)