@remotion/player 4.0.447 → 4.0.449

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.
@@ -31,6 +31,7 @@ const SharedPlayerContexts = ({ children, timelineContext, fps, compositionHeigh
31
31
  defaultOutName: null,
32
32
  defaultPixelFormat: null,
33
33
  defaultProResProfile: null,
34
+ defaultSampleRate: null,
34
35
  defaultVideoImageFormat: null,
35
36
  durationInFrames,
36
37
  fps,
@@ -2939,6 +2939,7 @@ var SharedPlayerContexts = ({
2939
2939
  defaultOutName: null,
2940
2940
  defaultPixelFormat: null,
2941
2941
  defaultProResProfile: null,
2942
+ defaultSampleRate: null,
2942
2943
  defaultVideoImageFormat: null,
2943
2944
  durationInFrames,
2944
2945
  fps,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/player"
4
4
  },
5
5
  "name": "@remotion/player",
6
- "version": "4.0.447",
6
+ "version": "4.0.449",
7
7
  "description": "React component for embedding a Remotion preview into your app",
8
8
  "main": "dist/cjs/index.js",
9
9
  "types": "dist/cjs/index.d.ts",
@@ -36,7 +36,7 @@
36
36
  ],
37
37
  "license": "SEE LICENSE IN LICENSE.md",
38
38
  "dependencies": {
39
- "remotion": "4.0.447"
39
+ "remotion": "4.0.448"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "react": ">=16.8.0",
@@ -50,7 +50,7 @@
50
50
  "react-dom": "19.2.3",
51
51
  "webpack": "5.105.0",
52
52
  "zod": "4.3.6",
53
- "@remotion/eslint-config-internal": "4.0.447",
53
+ "@remotion/eslint-config-internal": "4.0.448",
54
54
  "eslint": "9.19.0",
55
55
  "@typescript/native-preview": "7.0.0-dev.20260217.1"
56
56
  },