summaryrefslogtreecommitdiff
path: root/libavcodec/get_bits.h
diff options
context:
space:
mode:
authorLars Täuber <lars.taeuber@gmx.net>2009-09-11 06:20:05 +0000
committerBenoit Fouet <benoit.fouet@free.fr>2009-09-11 06:20:05 +0000
commit6249c33e5ad09d1167dc8c949e7f96a2d4bfd26d (patch)
treec856bdeb39478884aba733b4999ad96c627ee2c9 /libavcodec/get_bits.h
parentedc0f5dcba8f7a8d9ecfb48842bc4ec4530f9fd5 (diff)
Fix a typo in the documentation.
Patch by Lars Täuber: firstname taeuber gmx net Originally committed as revision 19820 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/get_bits.h')
-rw-r--r--libavcodec/get_bits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/get_bits.h b/libavcodec/get_bits.h
index 19333c2f78..c638ca1e0c 100644
--- a/libavcodec/get_bits.h
+++ b/libavcodec/get_bits.h
@@ -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
*/