git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df22e30
)
mov: Adjust variable types to fix format warnings
author
Vittorio Giovara
<vittorio.giovara@gmail.com>
Tue, 30 Jun 2015 13:38:47 +0000
(15:38 +0200)
committer
Vittorio Giovara
<vittorio.giovara@gmail.com>
Tue, 30 Jun 2015 23:13:58 +0000
(
00:13
+0100)
libavformat/mov.c
patch
|
blob
|
history
diff --git
a/libavformat/mov.c
b/libavformat/mov.c
index
b922579
..
ba05206
100644
(file)
--- a/
libavformat/mov.c
+++ b/
libavformat/mov.c
@@
-1013,7
+1013,7
@@
static int mov_read_colr(MOVContext *c, AVIOContext *pb, MOVAtom atom)
{
AVStream *st;
char color_parameter_type[5] = { 0 };
-
in
t color_primaries, color_trc, color_matrix;
+
uint16_
t color_primaries, color_trc, color_matrix;
int ret;
if (c->fc->nb_streams < 1)