Opened 15 years ago
Closed 15 years ago
#1596 closed defect (fixed)
-vf scale option "ilaced" has been renamed to "interlaced"
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | DOCS |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
The current DOCS section in Subversion:
./DOCS/man/en/mplayer.1
refers to a -vf scale "ilaced" option:
.B scale[=w:h[:ilaced[:chr_drop[:par[:par2[:presize[:noup[:arnd]]]]]]]]
In the current source:
libmpcodecs/vf_scale.c
that option was renamed to "interlaced":
{"interlaced", ST_OFF(interlaced), CONF_TYPE_INT, M_OPT_RANGE, 0, 1, NULL},
This difference shows up in these language files:
de en es fr hu it pl ru zh_CN
Note:
See TracTickets
for help on using tickets.
Fixed, thanks for the hint.