projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
12ce1f3
)
Change table types to uint8_t
author
Benoit Fouet
<benoit.fouet@free.fr>
Tue, 30 Sep 2008 09:05:34 +0000
(09:05 +0000)
committer
Benoit Fouet
<benoit.fouet@free.fr>
Tue, 30 Sep 2008 09:05:34 +0000
(09:05 +0000)
Originally committed as revision 15470 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/indeo3.c
patch
|
blob
|
history
diff --git
a/libavcodec/indeo3.c
b/libavcodec/indeo3.c
index
2c310e0
..
1cf6b5a
100644
(file)
--- a/
libavcodec/indeo3.c
+++ b/
libavcodec/indeo3.c
@@
-54,13
+54,13
@@
typedef struct Indeo3DecodeContext {
unsigned short *corrector_type;
} Indeo3DecodeContext;
unsigned short *corrector_type;
} Indeo3DecodeContext;
-static const
in
t corrector_type_0[24] = {
+static const
uint8_
t corrector_type_0[24] = {
195, 159, 133, 115, 101, 93, 87, 77,
195, 159, 133, 115, 101, 93, 87, 77,
128, 79, 79, 79, 79, 79, 79, 79
};
195, 159, 133, 115, 101, 93, 87, 77,
195, 159, 133, 115, 101, 93, 87, 77,
128, 79, 79, 79, 79, 79, 79, 79
};
-static const
in
t corrector_type_2[8] = { 9, 7, 6, 8, 5, 4, 3, 2 };
+static const
uint8_
t corrector_type_2[8] = { 9, 7, 6, 8, 5, 4, 3, 2 };
static av_cold void build_modpred(Indeo3DecodeContext *s)
{
static av_cold void build_modpred(Indeo3DecodeContext *s)
{