comparison unary.h @ 9428:0dce4fe6e6f3 libavcodec

Rename bitstream.h to get_bits.h.
author stefano
date Mon, 13 Apr 2009 16:20:26 +0000
parents c4a4495715dd
children
comparison
equal deleted inserted replaced
9427:4c1fb7723412 9428:0dce4fe6e6f3
19 */ 19 */
20 20
21 #ifndef AVCODEC_UNARY_H 21 #ifndef AVCODEC_UNARY_H
22 #define AVCODEC_UNARY_H 22 #define AVCODEC_UNARY_H
23 23
24 #include "bitstream.h" 24 #include "get_bits.h"
25 25
26 /** 26 /**
27 * Get unary code of limited length 27 * Get unary code of limited length
28 * @param gb GetBitContext 28 * @param gb GetBitContext
29 * @param[in] stop The bitstop value (unary code of 1's or 0's) 29 * @param[in] stop The bitstop value (unary code of 1's or 0's)