# HG changeset patch # User stefang # Date 1171918780 0 # Node ID 8abb0317d1ebb20924fff88aac424bef01535883 # Parent 0022b81fc64315835d54bdd109285bd082349229 fix comment, get/show_bits(0) does not work diff -r 0022b81fc643 -r 8abb0317d1eb bitstream.h --- a/bitstream.h Mon Feb 19 11:00:38 2007 +0000 +++ b/bitstream.h Mon Feb 19 20:59:40 2007 +0000 @@ -662,7 +662,7 @@ } /** - * reads 0-17 bits. + * reads 1-17 bits. * Note, the alt bitstream reader can read up to 25 bits, but the libmpeg2 reader can't */ static inline unsigned int get_bits(GetBitContext *s, int n){ @@ -676,7 +676,7 @@ } /** - * shows 0-17 bits. + * shows 1-17 bits. * Note, the alt bitstream reader can read up to 25 bits, but the libmpeg2 reader can't */ static inline unsigned int show_bits(GetBitContext *s, int n){