diff pixdesc.c @ 987:f2fa8ffe7a05 libavutil

Reindent after r24101.
author stefano
date Thu, 08 Jul 2010 22:05:33 +0000
parents da1b5110dbd0
children 732bb5b10aec
line wrap: on
line diff
--- a/pixdesc.c	Thu Jul 08 18:13:31 2010 +0000
+++ b/pixdesc.c	Thu Jul 08 22:05:33 2010 +0000
@@ -25,7 +25,7 @@
 #include "intreadwrite.h"
 
 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)
 {
     AVComponentDescriptor comp= desc->comp[c];
     int plane= comp.plane;
@@ -66,7 +66,7 @@
 }
 
 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)
 {
     AVComponentDescriptor comp = desc->comp[c];
     int plane = comp.plane;