Commit 81ccd531 authored by alexc's avatar alexc

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21868 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 84b3873b
......@@ -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 than the number of bits removed
* is undefined
* 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, then the number of bits removed
* is undefined.
*/
#define GET_VLC(code, name, gb, table, bits, max_depth)\
{\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment