diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-09-16 16:23:34 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-09-16 16:23:34 +0000 |
commit | 1fe2d0fd1a93beb4f16b5d4d0148da73ae31f330 (patch) | |
tree | d1318fb1fa00d628859aee054b8cfb6ba3ce17ef /libavcodec/cabac.h | |
parent | 0ab1ebea310f172a92addcf9414ffd5e5722e3de (diff) | |
download | ffmpeg-1fe2d0fd1a93beb4f16b5d4d0148da73ae31f330.tar.gz |
cosmetics: typo
Originally committed as revision 10507 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/cabac.h')
-rw-r--r-- | libavcodec/cabac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cabac.h b/libavcodec/cabac.h index 31cff9148c..bb682d9498 100644 --- a/libavcodec/cabac.h +++ b/libavcodec/cabac.h @@ -806,7 +806,7 @@ static int get_cabac_terminate(CABACContext *c){ } /** - * 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; |