Skip to content

Commit 0112d1d

Browse files
committed
change codec to Literal
default is VP8 due to libx264 log spam, see nerfstudio-project#1343 (comment)
1 parent a28442a commit 0112d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nerfstudio/configs/base_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import warnings
2222
from dataclasses import dataclass
2323
from pathlib import Path
24-
from typing import Any, List, Optional, Tuple, Type
24+
from typing import Any, Literal, List, Optional, Tuple, Type
2525

2626
from typing_extensions import Literal
2727

0 commit comments

Comments
 (0)