projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51d592d
)
bink: make bink_rlelens static (it's only used in this file)
author
Ramiro Polla
<ramiro.polla@gmail.com>
Sat, 30 Oct 2010 19:51:46 +0000
(19:51 +0000)
committer
Ramiro Polla
<ramiro.polla@gmail.com>
Sat, 30 Oct 2010 19:51:46 +0000
(19:51 +0000)
Originally committed as revision 25605 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/bink.c
patch
|
blob
|
history
diff --git
a/libavcodec/bink.c
b/libavcodec/bink.c
index d0de3f6ac3f6cc6b6ca66a93ac4562c86d19b8cd..5f2fc312bc77ded9274ebc58ca544cb13fe3525d 100644
(file)
--- a/
libavcodec/bink.c
+++ b/
libavcodec/bink.c
@@
-325,7
+325,7
@@
static int read_motion_values(AVCodecContext *avctx, GetBitContext *gb, Bundle *
return 0;
}
-const uint8_t bink_rlelens[4] = { 4, 8, 12, 32 };
+
static
const uint8_t bink_rlelens[4] = { 4, 8, 12, 32 };
static int read_block_types(AVCodecContext *avctx, GetBitContext *gb, Bundle *b)
{