# HG changeset patch # User diego # Date 1194713077 0 # Node ID 85a976d59f177b92d36e4a50d83e828de5a0f561 # Parent 4e3c522ca4929063632e68f11bc94d0e66d93a16 Add comments to some #endif directives. diff -r 4e3c522ca492 -r 85a976d59f17 snow.c --- a/snow.c Sat Nov 10 16:39:54 2007 +0000 +++ b/snow.c Sat Nov 10 16:44:37 2007 +0000 @@ -339,7 +339,7 @@ 0, 0, 0, 0, 0, 4, 4, 4, 4, 4, 4, 0, 0, 0, 0, 0, //error:0.000022 }; -#endif +#endif /* 0 */ //linear *64 static const uint8_t obmc8[64]={ @@ -657,7 +657,7 @@ if(is_signed) put_rac(c, state+11 + FFMIN(e,10), v < 0); //11..21 } -#endif +#endif /* 1 */ }else{ put_rac(c, state+0, 1); } @@ -1078,7 +1078,7 @@ #else inv_lift(temp , b , b+w2, 1, 1, 1, width, 1, 2, 2, 0, 1); inv_lift(temp+w2, b+w2, temp, 1, 1, 1, width, -1, 0, 1, 1, 1); -#endif +#endif /* 0 */ for(x=0; xspatial_idwt_buffer, best_dequant, height * stride * sizeof(IDWTELEM)); //FIXME work with that directly insteda of copy at the end } -#endif +#endif /* QUANTIZE2==1 */ static int encode_init(AVCodecContext *avctx) { @@ -4912,5 +4912,4 @@ } return 0; } -#endif - +#endif /* 0 */