From 2eef75fd7e1ac96ab9ca63bb4523078c908bc9b1 Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Tue, 30 Jun 2015 15:38:47 +0200 Subject: mov: Adjust variable types to fix format warnings --- libavformat/mov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/mov.c') diff --git a/libavformat/mov.c b/libavformat/mov.c index b922579ac0..ba052067f6 100644 --- 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 }; - int color_primaries, color_trc, color_matrix; + uint16_t color_primaries, color_trc, color_matrix; int ret; if (c->fc->nb_streams < 1) -- cgit v1.2.3