| 173 | /* Interfaces override from ISVCEncoder */ |
| 174 | |
| 175 | int CWelsH264SVCEncoder::GetDefaultParams (SEncParamExt* argv) { |
| 176 | SWelsSvcCodingParam::FillDefault (*argv); |
| 177 | return cmResultSuccess; |
| 178 | } |
| 179 | |
| 180 | /* |
| 181 | * SVC Encoder Initialization |
no outgoing calls
no test coverage detected