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