[PATCH] fix few typos/spelling errors
Lorenzo <[email protected]> Mon, 29 Dec 2025 01:28:49 +0100
| Newsgroups | gmane.comp.video.mplayer.user |
|---|---|
| Message-ID | <[email protected]> |
Hello,
The 'lintian' tool in Debian is printing a lot of output with trivial
issues for mplayer package and this makes it harder or me to identify
real issues when they come.
Please consider attached patches to get rid of the following
typos / spelling errors:
Expexct --> Expect
Syncronous --> Synchronous
configration --> configuration
chosing --> choosing
delimeters --> delimiters
noticably --> noticeably
performace --> performance
substract --> subtract
Best,
Lorenzo
cat fix-spelling-error-mplayer-mencoder.diff
Index: libmpdemux/demux_mov.c
===================================================================
--- libmpdemux/demux_mov.c (revision 38681)
+++ libmpdemux/demux_mov.c (working copy)
@@ -1094,7 +1094,7 @@
mp_msg(MSGT_DEMUX, MSGL_V, "MOV: avcC version: %d\n", *(trak->stdata+pos+8));
if (atom_len >= 14) {
if (*(trak->stdata+pos+8) != 1)
- mp_msg(MSGT_DEMUX, MSGL_ERR, "MOV: unknown avcC version (%d). Expexct problems.\n", *(trak->stdata+pos+9));
+ mp_msg(MSGT_DEMUX, MSGL_ERR, "MOV: unknown avcC version (%d). Expect problems.\n", *(trak->stdata+pos+9));
mp_msg(MSGT_DEMUX, MSGL_V, "MOV: avcC profile: %d\n", *(trak->stdata+pos+9));
mp_msg(MSGT_DEMUX, MSGL_V, "MOV: avcC profile compatibility: %d\n", *(trak->stdata+pos+10));
mp_msg(MSGT_DEMUX, MSGL_V, "MOV: avcC level: %d\n", *(trak->stdata+pos+11));
Index: vidix/pci.db
===================================================================
--- vidix/pci.db (revision 38681)
+++ vidix/pci.db (working copy)
@@ -8137,7 +8137,7 @@
d 135c0040 QSC-200/300 0
d 135c0050 ESC-100D 0
d 135c0060 ESC-100M 0
-d 135c00f0 MPAC-100 Syncronous Serial Card (Zilog 85230) 0
+d 135c00f0 MPAC-100 Synchronous Serial Card (Zilog 85230) 0
d 135c0170 QSCLP-100 0
d 135c0180 DSCLP-100 0
d 135c0190 SSCLP-100 0
Index: vidix/radeon_vid.c
===================================================================
--- vidix/radeon_vid.c (revision 38681)
+++ vidix/radeon_vid.c (working copy)
@@ -1194,7 +1194,7 @@
firegl_shift = 0x500000;
if (!ext_fglrx) {
mp_msg(MSGT_VO, MSGL_STATUS, ", but DRI seems not to be activated\n");
- mp_msg(MSGT_VO, MSGL_STATUS, RADEON_MSG" Output may not work correctly, check your DRI configration!");
+ mp_msg(MSGT_VO, MSGL_STATUS, RADEON_MSG" Output may not work correctly, check your DRI configuration!");
}
mp_msg(MSGT_VO, MSGL_STATUS, "\n");
}
cat fix-DOC-manpage-typo.diff
Index: DOCS/man/en/mplayer.1
===================================================================
--- DOCS/man/en/mplayer.1 (revision 38681)
+++ DOCS/man/en/mplayer.1 (working copy)
@@ -1011,7 +1011,7 @@
contain absolute values that are correct only for this particular file.
If re-encoded into a different format, this EDL file no longer applies.
Specifying \-edl-start-pts will automatically adjust EDL positions according
-to start time: when producing EDL file, it will substract start time from every
+to start time: when producing EDL file, it will subtract start time from every
EDL record, when playing with EDL file, it will add file's start time to every
EDL position.
.
@@ -6180,7 +6180,7 @@
Would playback media at 1.2x normal speed, with audio at normal pitch,
but changing playback speed has no effect on audio tempo.
.IPs "mplayer \-af scaletempo=stride=30:overlap=.50:search=10 media.ogg"
-Would tweak the quality and performace parameters.
+Would tweak the quality and performance parameters.
.IPs "mplayer \-af format=floatne,scaletempo media.ogg"
Would make scaletempo use float code.
Maybe faster on some platforms.
@@ -8972,7 +8972,7 @@
Values between 2 and 6 may yield increasing PSNR (up to approximately
0.04 dB) and better placement of I-frames in high-motion scenes.
Higher values than 6 may give very slightly better PSNR (approximately
-0.01 dB more than sc_factor=6), but noticably worse visual quality.
+0.01 dB more than sc_factor=6), but noticeably worse visual quality.
.
.TP
.B vb_strategy=<0\-2> (pass one only)
@@ -11444,7 +11444,7 @@
.
.TP
.B (no)cpu_independent
-Ensure exact reproducibility across different CPUs instead of chosing
+Ensure exact reproducibility across different CPUs instead of choosing
different algorithms when available/better (default:enabled).
.
.TP
@@ -11520,7 +11520,7 @@
.
.TP
.B (no)aud
-Write access unit delimeters to the stream (default: disabled).
+Write access unit delimiters to the stream (default: disabled).
Enable this only if your target container format requires access unit
delimiters.
.
Index: DOCS/xml/it/encoding-guide.xml
===================================================================
--- DOCS/xml/it/encoding-guide.xml (revision 38681)
+++ DOCS/xml/it/encoding-guide.xml (working copy)
@@ -2381,7 +2381,7 @@
It is safe to use <option>pullup</option> (along with <option>softskip
</option>) on progressive video, and is usually a good idea unless
the source has been definitively verified to be entirely progressive.
- The performace loss is small for most cases. On a bare-minimum encode,
+ The performance loss is small for most cases. On a bare-minimum encode,
<option>pullup</option> causes <application>MEncoder</application> to
be 50% slower. Adding sound processing and advanced <option>lavcopts
</option> overshadows that difference, bringing the performance
_______________________________________________
MPlayer-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo/%(_internal_name)s