From 8eafa0b4882982ada4a3d79a37a683e79c677718 Mon Sep 17 00:00:00 2001
From: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
Date: Fri, 5 Mar 2010 08:34:31 +0000
Subject: [PATCH] Update SW scaler doc after libswscale commit 30841. Patch by
 Janusz Krzysztofik jkrzyszt, tis icnet pl.

Originally committed as revision 22221 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 doc/swscale.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/swscale.txt b/doc/swscale.txt
index 98541f13e5f..4c62e673217 100644
--- a/doc/swscale.txt
+++ b/doc/swscale.txt
@@ -30,7 +30,7 @@ slices, that is, consecutive non-overlapping rectangles of dimension
 
 special converter
     These generally are unscaled converters of common
-    formats, like YUV 4:2:0/4:2:2 -> RGB15/16/24/32. Though it could also
+    formats, like YUV 4:2:0/4:2:2 -> RGB12/15/16/24/32. Though it could also
     in principle contain scalers optimized for specific common cases.
 
 Main path
-- 
GitLab