diff pixdesc.h @ 987:f2fa8ffe7a05 libavutil

Reindent after r24101.
author stefano
date Thu, 08 Jul 2010 22:05:33 +0000
parents da1b5110dbd0
children
line wrap: on
line diff
--- a/pixdesc.h	Thu Jul 08 18:13:31 2010 +0000
+++ b/pixdesc.h	Thu Jul 08 22:05:33 2010 +0000
@@ -109,7 +109,7 @@
  * data[0]. The behavior is undefined if the format is not paletted.
  */
 void av_read_image_line(uint16_t *dst, const uint8_t *data[4], const int linesize[4],
-               const AVPixFmtDescriptor *desc, int x, int y, int c, int w, int read_pal_component);
+                        const AVPixFmtDescriptor *desc, int x, int y, int c, int w, int read_pal_component);
 
 /**
  * Write the values from src to the pixel format component c of an
@@ -126,7 +126,7 @@
  * values to write to the image line
  */
 void av_write_image_line(const uint16_t *src, uint8_t *data[4], const int linesize[4],
-                const AVPixFmtDescriptor *desc, int x, int y, int c, int w);
+                         const AVPixFmtDescriptor *desc, int x, int y, int c, int w);
 
 /**
  * Return the pixel format corresponding to name.