Browse Source

mov: Adjust variable types to fix format warnings

tags/n2.8
Vittorio Giovara 10 years ago
parent
commit
2eef75fd7e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/mov.c

+ 1
- 1
libavformat/mov.c View File

@@ -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)


Loading…
Cancel
Save