From 6249c33e5ad09d1167dc8c949e7f96a2d4bfd26d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20T=C3=A4uber?= Date: Fri, 11 Sep 2009 06:20:05 +0000 Subject: [PATCH] =?utf8?q?Fix=20a=20typo=20in=20the=20documentation.=20Pat?= =?utf8?q?ch=20by=20Lars=20T=C3=A4uber:=20firstname=20taeuber=20gmx=20net?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Originally committed as revision 19820 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/get_bits.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/get_bits.h b/libavcodec/get_bits.h index 19333c2f7..c638ca1e0 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 */ -- 2.11.0