mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
parent
88d55b827d
commit
14e240cb4a
@ -177,7 +177,7 @@ static int read_shape_from_file(int *cols, int *rows, int **values, const char *
|
||||
p++;
|
||||
break;
|
||||
} else
|
||||
(*values)[*cols*i + j] = !!isgraph(*(p++));
|
||||
(*values)[*cols*i + j] = !!av_isgraph(*(p++));
|
||||
}
|
||||
}
|
||||
av_file_unmap(buf, size);
|
||||
|
Loading…
Reference in New Issue
Block a user