You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update CCExtractor args to latest format and bundle latest build (#69)
* fix: file not found on Linux
* fix: update CCExtractor args to correct format
* feat: bump bundled binaries to 1c7e2a0
* fix: TCP and UDP options
Co-authored-by: Deepnarayan Sett <[email protected]>
---------
Co-authored-by: Deepnarayan Sett <[email protected]>
Copy file name to clipboardExpand all lines: lib/screens/settings/input_settings.dart
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -242,7 +242,7 @@ class InputSettingsScreen extends StatelessWidget {
242
242
CustomSwitchListTile(
243
243
title:'No auto time ref',
244
244
subtitle:
245
-
'Some streams come with broadcast date information. When such data is available, CCExtractor will set its time reference to the received data. Use this parameter if prefer your own reference. Note: Current this only affects Teletext in timed transcript with -datets.',
245
+
'Some streams come with broadcast date information. When such data is available, CCExtractor will set its time reference to the received data. Use this parameter if prefer your own reference. Note: Current this only affects Teletext in timed transcript with --datets.',
0 commit comments