get_bits: Fix spelling and grammar in GET_VLC() comment.

Originally committed as revision 21868 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Alex Converse 15 years ago
parent 1e2245c29b
commit fd10543ef2
  1. 6
      libavcodec/get_bits.h

@ -551,9 +551,9 @@ void free_vlc(VLC *vlc);
/** /**
* *
* if the vlc code is invalid and max_depth=1 than no bits will be removed * If the vlc code is invalid and max_depth=1, then no bits will be removed.
* if the vlc code is invalid and max_depth>1 than the number of bits removed * If the vlc code is invalid and max_depth>1, then the number of bits removed
* is undefined * is undefined.
*/ */
#define GET_VLC(code, name, gb, table, bits, max_depth)\ #define GET_VLC(code, name, gb, table, bits, max_depth)\
{\ {\

Loading…
Cancel
Save