diff options
author | Lars Täuber <lars.taeuber@gmx.net> | 2009-09-11 06:20:05 +0000 |
---|---|---|
committer | Benoit Fouet <benoit.fouet@free.fr> | 2009-09-11 06:20:05 +0000 |
commit | 6249c33e5ad09d1167dc8c949e7f96a2d4bfd26d (patch) | |
tree | c856bdeb39478884aba733b4999ad96c627ee2c9 /libavcodec/get_bits.h | |
parent | edc0f5dcba8f7a8d9ecfb48842bc4ec4530f9fd5 (diff) | |
download | ffmpeg-6249c33e5ad09d1167dc8c949e7f96a2d4bfd26d.tar.gz |
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.h | 2 |
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 */ |