Skip to content

Commit

Permalink
Use browser default as default codec
Browse files Browse the repository at this point in the history
Having a high frame rate is probably more useful for most users of
screego.
  • Loading branch information
jmattheis committed Jul 17, 2022
1 parent d36caf8 commit 39662ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const loadSettings = (): Settings => {
displayMode:
Object.values(VideoDisplayMode).find((mode) => mode === settings.displayMode) ??
VideoDisplayMode.FitToWindow,
preferCodec: settings.preferCodec ?? CodecBestQuality,
preferCodec: settings.preferCodec ?? CodecDefault,
};
}
return defaults;
Expand Down

0 comments on commit 39662ee

Please sign in to comment.