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:
cc0ba5a
)
palette (if we memcpy it into AVFrame) must be uint32_t
author
Michael Niedermayer
<michaelni@gmx.at>
Sat, 30 Sep 2006 23:49:09 +0000
(23:49 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sat, 30 Sep 2006 23:49:09 +0000
(23:49 +0000)
Originally committed as revision 6399 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/vqavideo.c
patch
|
blob
|
history
diff --git
a/libavcodec/vqavideo.c
b/libavcodec/vqavideo.c
index 7f0c9520672a388bb3e6ca5c6935b2f57df1ef56..d0e0adf9a083c8ff5876ac9952a37ff9318bd4d4 100644
(file)
--- a/
libavcodec/vqavideo.c
+++ b/
libavcodec/vqavideo.c
@@
-107,7
+107,7
@@
typedef struct VqaContext {
unsigned char *buf;
int size;
- u
nsigned in
t palette[PALETTE_COUNT];
+ u
int32_
t palette[PALETTE_COUNT];
int width; /* width of a frame */
int height; /* height of a frame */