[FFmpeg-cvslog] swr-test: indent

Michael Niedermayer git at videolan.org
Thu Apr 26 15:51:16 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Apr 26 09:55:14 2012 +0200| [030d6b65ae2544d4c2cee44a56a2ceb0cd2e63ba] | committer: Michael Niedermayer

swr-test: indent

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libswresample/swresample_test.c |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/libswresample/swresample_test.c b/libswresample/swresample_test.c
index 2e8860b..1742bd7 100644
--- a/libswresample/swresample_test.c
+++ b/libswresample/swresample_test.c
@@ -94,20 +94,20 @@ static const enum AVSampleFormat formats[] = {
 };
 
 uint64_t layouts[]={
-AV_CH_LAYOUT_MONO                    ,
-AV_CH_LAYOUT_STEREO                  ,
-AV_CH_LAYOUT_2_1                     ,
-AV_CH_LAYOUT_SURROUND                ,
-AV_CH_LAYOUT_4POINT0                 ,
-AV_CH_LAYOUT_2_2                     ,
-AV_CH_LAYOUT_QUAD                    ,
-AV_CH_LAYOUT_5POINT0                 ,
-AV_CH_LAYOUT_5POINT1                 ,
-AV_CH_LAYOUT_5POINT0_BACK            ,
-AV_CH_LAYOUT_5POINT1_BACK            ,
-AV_CH_LAYOUT_7POINT0                 ,
-AV_CH_LAYOUT_7POINT1                 ,
-AV_CH_LAYOUT_7POINT1_WIDE            ,
+    AV_CH_LAYOUT_MONO                    ,
+    AV_CH_LAYOUT_STEREO                  ,
+    AV_CH_LAYOUT_2_1                     ,
+    AV_CH_LAYOUT_SURROUND                ,
+    AV_CH_LAYOUT_4POINT0                 ,
+    AV_CH_LAYOUT_2_2                     ,
+    AV_CH_LAYOUT_QUAD                    ,
+    AV_CH_LAYOUT_5POINT0                 ,
+    AV_CH_LAYOUT_5POINT1                 ,
+    AV_CH_LAYOUT_5POINT0_BACK            ,
+    AV_CH_LAYOUT_5POINT1_BACK            ,
+    AV_CH_LAYOUT_7POINT0                 ,
+    AV_CH_LAYOUT_7POINT1                 ,
+    AV_CH_LAYOUT_7POINT1_WIDE            ,
 0
 };
 



More information about the ffmpeg-cvslog mailing list