This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
cosmetics: typo
Originally committed as revision 10507 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
17 years ago
parent
0ab1ebea31
commit
1fe2d0fd1a
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/cabac.h
+ 1
- 1
libavcodec/cabac.h
View File
@@ -806,7 +806,7 @@ static int get_cabac_terminate(CABACContext *c){
}
}
/**
/**
*
get (truncated) un
nary binarization.
*
Get (truncated) u
nary 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;
Write
Preview
Loading…
Cancel
Save