[FFmpeg-cvslog] pixelutils: indent comments in pixdesc.h to be clearer

Peter Cordes git at videolan.org
Wed Mar 4 22:13:27 CET 2015


ffmpeg | branch: master | Peter Cordes <peter at cordes.ca> | Thu Jan 29 17:19:39 2015 -0400| [4da3a14f3ca4428ac4606b971d990202b7dce1a9] | committer: Michael Niedermayer

pixelutils: indent comments in pixdesc.h to be clearer

Signed-off-by: Peter Cordes <peter at cordes.ca>

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

 libavutil/pixdesc.h |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libavutil/pixdesc.h b/libavutil/pixdesc.h
index c4d0548..78f8d55 100644
--- a/libavutil/pixdesc.h
+++ b/libavutil/pixdesc.h
@@ -93,9 +93,9 @@ typedef struct AVPixFmtDescriptor {
      * Parameters that describe how pixels are packed.
      * If the format has 2 or 4 components, then alpha is last.
      * If the format has 1 or 2 components, then luma is 0.
-     * If the format has 3 or 4 components,
-     * if the RGB flag is set then 0 is red, 1 is green and 2 is blue;
-     * otherwise 0 is luma, 1 is chroma-U and 2 is chroma-V.
+     * If the format has 3 or 4 components:
+     *   if the RGB flag is set then 0 is red, 1 is green and 2 is blue;
+     *   otherwise 0 is luma, 1 is chroma-U and 2 is chroma-V.
      */
     AVComponentDescriptor comp[4];
 



More information about the ffmpeg-cvslog mailing list