projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
0ac1dc6
)
Make unsigned int a variable that does not need to be explicitely 32 bits.
author
Marc Mason
<mpeg.blue@free.fr>
Fri, 16 Jan 2009 14:03:46 +0000
(14:03 +0000)
committer
Benoit Fouet
<benoit.fouet@free.fr>
Fri, 16 Jan 2009 14:03:46 +0000
(14:03 +0000)
Fixes a warning.
Patch by: Marc Mason mpeg (your_ad_here) blue (chez) free fr
Originally committed as revision 16632 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/avidec.c
patch
|
blob
|
blame
|
history
diff --git
a/libavformat/avidec.c
b/libavformat/avidec.c
index
6997ebc
..
128614b
100644
(file)
--- a/
libavformat/avidec.c
+++ b/
libavformat/avidec.c
@@
-235,7
+235,7
@@
static int avi_read_header(AVFormatContext *s, AVFormatParameters *ap)
{
AVIContext *avi = s->priv_data;
ByteIOContext *pb = s->pb;
- u
int32_
t tag, tag1, handler;
+ u
nsigned in
t tag, tag1, handler;
int codec_type, stream_index, frame_period, bit_rate;
unsigned int size, nb_frames;
int i;