Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Cordes <peter@cordes.ca>2015-01-30 00:19:39 +0300
committerMichael Niedermayer <michaelni@gmx.at>2015-03-04 23:58:53 +0300
commit4da3a14f3ca4428ac4606b971d990202b7dce1a9 (patch)
tree8e1744324fb3d5080d22744ad41e724aa17a2b81 /libavutil/pixdesc.h
parent44d347726475448a2e87141f10379959d399d776 (diff)
pixelutils: indent comments in pixdesc.h to be clearer
Signed-off-by: Peter Cordes <peter@cordes.ca>
Diffstat (limited to 'libavutil/pixdesc.h')
-rw-r--r--libavutil/pixdesc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavutil/pixdesc.h b/libavutil/pixdesc.h
index c4d0548ad6..78f8d559c4 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];