diff DOCS/tech/libmpcodecs.txt @ 31284:c02ae498fb2e

remove libmpcodecs/vf_rgb2bgr.c Its functionality has been superseeded by sws by quite some time, and the "swap" functionality is now provided by vf_format. see http://comments.gmane.org/gmane.comp.video.mplayer.devel/55804 for a full discussion.
author siretart
date Wed, 09 Jun 2010 07:26:54 +0000
parents a972c1a4a012
children
line wrap: on
line diff
--- a/DOCS/tech/libmpcodecs.txt	Tue Jun 08 20:11:01 2010 +0000
+++ b/DOCS/tech/libmpcodecs.txt	Wed Jun 09 07:26:54 2010 +0000
@@ -229,7 +229,7 @@
 }
 
 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,