mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
cosmetics: typo
Originally committed as revision 10507 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0ab1ebea31
commit
1fe2d0fd1a
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user