X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=bitstream.h;h=a3393380e5e02801a4312c6f904c1ea25527aad9;hp=5d6be3be2693a84f8107504f4a086dfa578c817b;hb=761d9bd95a6601c0b3be6591a6b6672b755e1fbe;hpb=9b565c60fd159e12d255bb18db9dbff066deebea diff --git a/bitstream.h b/bitstream.h index 5d6be3be..a3393380 100644 --- a/bitstream.h +++ b/bitstream.h @@ -11,9 +11,9 @@ /** Structure for bistream I/O. */ struct getbit_context { - /* Start of the internal buffer. */ + /** Start of the internal buffer. */ const uint8_t *buffer; - /* End of the internal buffer. */ + /** End of the internal buffer. */ const uint8_t *buffer_end; /** Bit counter. */ int index;