changeset 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 8d369aee733f
children 944071b6fcb4
files get_bits.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/get_bits.h	Fri Sep 11 02:24:22 2009 +0000
+++ b/get_bits.h	Fri Sep 11 06:20:05 2009 +0000
@@ -145,7 +145,7 @@
     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
 */