[FFmpeg-cvslog] doc/filters: fix typo in format filter
Gyan Doshi
git at videolan.org
Fri Jan 31 19:47:49 EET 2025
ffmpeg | branch: master | Gyan Doshi <ffmpeg at gyani.pro> | Fri Jan 31 23:33:40 2025 +0530| [221816456a60bb909845f34afbec8c7589865e85] | committer: Gyan Doshi
doc/filters: fix typo in format filter
The inline example for option color_ranges used 'color_spaces'
Fixes #11441
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=221816456a60bb909845f34afbec8c7589865e85
---
doc/filters.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index a14c7e7e77..c2817b2661 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -14330,7 +14330,7 @@ A '|'-separated list of color space names, such as
@item color_ranges
A '|'-separated list of color range names, such as
-"color_spaces=tv|pc".
+"color_ranges=tv|pc".
@end table
More information about the ffmpeg-cvslog
mailing list