[FFmpeg-cvslog] r19820 - trunk/libavcodec/get_bits.h
benoit
subversion
Fri Sep 11 08:20:05 CEST 2009
Author: benoit
Date: Fri Sep 11 08:20:05 2009
New Revision: 19820
Log:
Fix a typo in the documentation.
Patch by Lars Ta?ber: firstname taeuber gmx net
Modified:
trunk/libavcodec/get_bits.h
Modified: trunk/libavcodec/get_bits.h
==============================================================================
--- trunk/libavcodec/get_bits.h Fri Sep 11 04:24:22 2009 (r19819)
+++ trunk/libavcodec/get_bits.h Fri Sep 11 08:20:05 2009 (r19820)
@@ -145,7 +145,7 @@ LAST_SKIP_CACHE(name, gb, num)
will remove the next num bits from the cache if it is needed for UPDATE_CACHE otherwise it will do nothing
LAST_SKIP_BITS(name, gb, num)
- is equivalent to SKIP_LAST_CACHE; SKIP_COUNTER
+ is equivalent to LAST_SKIP_CACHE; SKIP_COUNTER
for examples see get_bits, show_bits, skip_bits, get_vlc
*/
More information about the ffmpeg-cvslog
mailing list