summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.110
-rw-r--r--DOCS/tech/libmpcodecs.txt2
2 files changed, 1 insertions, 11 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 647fe68164..f25d5de094 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -6097,16 +6097,6 @@ Deprecated in favor of the software scaler.
Clamps YUV color values to the CCIR 601 range without doing real conversion.
.
.TP
-.B rgb2bgr[=swap]
-RGB 24/32 <\-> BGR 24/32 colorspace conversion.
-.PD 0
-.RSs
-.IPs "swap\ "
-Also perform R <\-> B swapping.
-.RE
-.PD 1
-.
-.TP
.B palette
RGB/BGR 8 \-> 15/16/24/32bpp colorspace conversion using palette.
.
diff --git a/DOCS/tech/libmpcodecs.txt b/DOCS/tech/libmpcodecs.txt
index b7378e8f2c..b79df93d78 100644
--- a/DOCS/tech/libmpcodecs.txt
+++ b/DOCS/tech/libmpcodecs.txt
@@ -229,7 +229,7 @@ static int query_format(struct vf_instance *vf, unsigned int fmt)
}
For the more complex case, when you have an N -> M colorspace mapping matrix,
-see vf_scale or vf_rgb2bgr for examples.
+see vf_scale or vf_format for examples.
int (*config)(struct vf_instance *vf,