From efb775777f815f3140f79f58d3f756a3a4831235 Mon Sep 17 00:00:00 2001 From: Guillaume Poirier Date: Sun, 17 Jun 2007 18:59:28 +0000 Subject: add a comment to indicate which #endif belong to which #define Originally committed as revision 9356 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/cavsdata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/cavsdata.h') diff --git a/libavcodec/cavsdata.h b/libavcodec/cavsdata.h index c9d41465ec..21cc45823c 100644 --- a/libavcodec/cavsdata.h +++ b/libavcodec/cavsdata.h @@ -518,4 +518,4 @@ static const int_fast8_t top_modifier_l[8] = {-1, 1, 5,-1,-1, 5, 7, 7}; static const int_fast8_t left_modifier_c[7] = { 5,-1, 2,-1, 6, 5, 6}; static const int_fast8_t top_modifier_c[7] = { 4, 1,-1,-1, 4, 6, 6}; -#endif +#endif // AVCODEC_CAVSDATA_H -- cgit v1.2.3