You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
mov: Adjust variable types to fix format warnings
This commit is contained in:
@@ -1013,7 +1013,7 @@ static int mov_read_colr(MOVContext *c, AVIOContext *pb, MOVAtom atom)
|
|||||||
{
|
{
|
||||||
AVStream *st;
|
AVStream *st;
|
||||||
char color_parameter_type[5] = { 0 };
|
char color_parameter_type[5] = { 0 };
|
||||||
int color_primaries, color_trc, color_matrix;
|
uint16_t color_primaries, color_trc, color_matrix;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
if (c->fc->nb_streams < 1)
|
if (c->fc->nb_streams < 1)
|
||||||
|
Reference in New Issue
Block a user