[FFmpeg-cvslog] doc: fix showpalette position

Clément Bœsch git at videolan.org
Thu Jan 15 16:40:39 CET 2015


ffmpeg | branch: master | Clément Bœsch <clement at stupeflix.com> | Thu Jan 15 16:40:02 2015 +0100| [a83398c8d2c9bd177421546af0b57db27b71ff44] | committer: Clément Bœsch

doc: fix showpalette position

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a83398c8d2c9bd177421546af0b57db27b71ff44
---

 doc/filters.texi |   26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 2523763..1b02be4 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -6885,19 +6885,6 @@ pad="2*iw:2*ih:ow-iw:oh-ih"
 @end example
 @end itemize
 
- at section showpalette
-
-Displays the 256 colors palette of each frame. This filter is only relevant for
- at var{pal8} pixel format frames.
-
-It accepts the following option:
-
- at table @option
- at item s
-Set the size of the box used to represent one palette color entry. Default is
- at code{30} (for a @code{30x30} pixel box).
- at end table
-
 @section perspective
 
 Correct perspective of video not recorded perpendicular to the screen.
@@ -8082,6 +8069,19 @@ The Adler-32 checksum (printed in hexadecimal) of each plane of the input frame,
 expressed in the form "[@var{c0} @var{c1} @var{c2} @var{c3}]".
 @end table
 
+ at section showpalette
+
+Displays the 256 colors palette of each frame. This filter is only relevant for
+ at var{pal8} pixel format frames.
+
+It accepts the following option:
+
+ at table @option
+ at item s
+Set the size of the box used to represent one palette color entry. Default is
+ at code{30} (for a @code{30x30} pixel box).
+ at end table
+
 @section shuffleplanes
 
 Reorder and/or duplicate video planes.



More information about the ffmpeg-cvslog mailing list