@sigmaott/base-next 1.4.44 → 1.4.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sigmaott/base-next",
3
3
  "type": "module",
4
- "version": "1.4.44",
4
+ "version": "1.4.45",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -722,7 +722,7 @@ const optionsPreset = computed(() => {
722
722
 
723
723
  const codecSelection = computed(() => {
724
724
  return {
725
- video: (encoderValue.value === 'open_h264' || encoderValue.value === 'aurora4')
725
+ video: (encoderValue.value === 'open_h264' || encoderValue.value === 'aurora4' || encoderValue.value === 'netint')
726
726
  ? { H264: 'h264' }
727
727
  : encoderValue.value === 'open_hevc'
728
728
  ? { HEVC: 'hevc' }