X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=bitstream.h;h=a3393380e5e02801a4312c6f904c1ea25527aad9;hp=5d6be3be2693a84f8107504f4a086dfa578c817b;hb=23b121a85984baa9252f4b4c0b8c4f186e394bb7;hpb=7584638594109184f329bead008f1dcdd9030767 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;