comparison golomb.h @ 5169:3fd46e281bd8 libavcodec

add a comment to indicate which #endif belong to which #define
author gpoirier
date Sun, 17 Jun 2007 18:59:28 +0000
parents 9ecbfc0c82bf
children 2b72f9bc4f06
comparison
equal deleted inserted replaced
5168:e8da39f42724 5169:3fd46e281bd8
482 v ^= (v>>31); 482 v ^= (v>>31);
483 483
484 set_ur_golomb_jpegls(pb, v, k, limit, esc_len); 484 set_ur_golomb_jpegls(pb, v, k, limit, esc_len);
485 } 485 }
486 486
487 #endif 487 #endif // AVCODEC_GOLOMB_H