[SCM] libav/experimental: Add comments to some #endif directives.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:15:47 UTC 2013


The following commit has been merged in the experimental branch:
commit 301df480741fe18df476f31700945fdaac75709f
Author: Diego Biurrun <diego at biurrun.de>
Date:   Tue Feb 26 17:13:42 2008 +0000

    Add comments to some #endif directives.
    
    Originally committed as revision 12239 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/snow.c b/libavcodec/snow.c
index fe942f5..35fdd09 100644
--- a/libavcodec/snow.c
+++ b/libavcodec/snow.c
@@ -847,7 +847,7 @@ inv_liftS(IDWTELEM *dst, IDWTELEM *src, IDWTELEM *ref,
             LIFTS(src[w*src_step], mul*2*ref[w*ref_step]+add, inverse);
     }
 }
-#endif
+#endif /* ! liftS */
 
 static void horizontal_decompose53i(DWTELEM *b, int width){
     DWTELEM temp[width];
@@ -895,7 +895,7 @@ static void horizontal_decompose53i(DWTELEM *b, int width){
 #else
     lift(b+w2, temp+w2, temp, 1, 1, 1, width, -1, 0, 1, 1, 0);
     lift(b   , temp   , b+w2, 1, 1, 1, width,  1, 2, 2, 0, 0);
-#endif
+#endif /* 0 */
 }
 
 static void vertical_decompose53iH0(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, int width){

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list