decode_config.json 243 B

123456789101112
  1. {
  2. "source" : {
  3. "class_name" : "cnstream::DataSource",
  4. "custom_params" : {
  5. "reuse_cndec_buf" : "true",
  6. "output_type" : "mlu",
  7. "decoder_type" : "mlu",
  8. "output_buf_number" : 20,
  9. "device_id" : 0
  10. }
  11. }
  12. }