(self)
| 121 | pcc_config_filename: str = "encoder_r05.cfg" |
| 122 | |
| 123 | def to_dict(self) -> Dict[str, Any]: |
| 124 | return { |
| 125 | "pcc_config_filename": self.pcc_config_filename |
| 126 | } |
| 127 | |
| 128 | @dataclass |
| 129 | class SeqYUVCodecConfig(CompressionConfig): |
nothing calls this directly
no outgoing calls
no test coverage detected