comparison get_bits.h @ 10163:24c03529ccbe libavcodec

Fix a typo in the documentation. Patch by Lars T¸«£uber: firstname taeuber gmx net
author benoit
date Fri, 11 Sep 2009 06:20:05 +0000
parents 732dfbf67524
children fd9dfd5aa5e9
comparison
equal deleted inserted replaced
10162:8d369aee733f 10163:24c03529ccbe
143 143
144 LAST_SKIP_CACHE(name, gb, num) 144 LAST_SKIP_CACHE(name, gb, num)
145 will remove the next num bits from the cache if it is needed for UPDATE_CACHE otherwise it will do nothing 145 will remove the next num bits from the cache if it is needed for UPDATE_CACHE otherwise it will do nothing
146 146
147 LAST_SKIP_BITS(name, gb, num) 147 LAST_SKIP_BITS(name, gb, num)
148 is equivalent to SKIP_LAST_CACHE; SKIP_COUNTER 148 is equivalent to LAST_SKIP_CACHE; SKIP_COUNTER
149 149
150 for examples see get_bits, show_bits, skip_bits, get_vlc 150 for examples see get_bits, show_bits, skip_bits, get_vlc
151 */ 151 */
152 152
153 #ifdef ALT_BITSTREAM_READER 153 #ifdef ALT_BITSTREAM_READER