Commit 1fe2d0fd authored by Diego Biurrun's avatar Diego Biurrun

cosmetics: typo

Originally committed as revision 10507 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0ab1ebea
...@@ -806,7 +806,7 @@ static int get_cabac_terminate(CABACContext *c){ ...@@ -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){ static int get_cabac_u(CABACContext *c, uint8_t * state, int max, int max_index, int truncated){
int i; int i;
......
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