Opened 14 years ago

Closed 14 years ago

#1596 closed defect (fixed)

-vf scale option "ilaced" has been renamed to "interlaced"

Reported by: ttabyss@… Owned by: diego@…
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

Change History (1)

comment:1 by diego@…, 14 years ago

Resolution: fixed
Status: newclosed

Fixed, thanks for the hint.

Note: See TracTickets for help on using tickets.