Mercurial > libavcodec.hg
changeset 5686:9ad4e94cc5b8 libavcodec
cosmetics: typo
author | diego |
---|---|
date | Sun, 16 Sep 2007 16:23:34 +0000 |
parents | 070a376d496b |
children | 18cfb83b7dc7 |
files | cabac.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cabac.h Sun Sep 16 10:37:07 2007 +0000 +++ b/cabac.h Sun Sep 16 16:23:34 2007 +0000 @@ -806,7 +806,7 @@ } /** - * get (truncated) unnary binarization. + * Get (truncated) unary binarization. */ static int get_cabac_u(CABACContext *c, uint8_t * state, int max, int max_index, int truncated){ int i;