diff options
author | Mole Shang <[email protected]> | 2023-08-10 14:15:00 +0800 |
---|---|---|
committer | Mole Shang <[email protected]> | 2023-08-10 14:15:00 +0800 |
commit | 6cbcaba2a80c47714e8aa45d021bdcd4965780b1 (patch) | |
tree | 0adcb9b088997689e18fad20a463ea681e4f50b7 /src/utils/time_info.h | |
parent | ef4918ffeb326751fa17c2c8335963be4e43254f (diff) | |
download | hinata-6cbcaba2a80c47714e8aa45d021bdcd4965780b1.tar.gz hinata-6cbcaba2a80c47714e8aa45d021bdcd4965780b1.tar.bz2 hinata-6cbcaba2a80c47714e8aa45d021bdcd4965780b1.zip |
ui: show progress while remuxing
Diffstat (limited to 'src/utils/time_info.h')
-rw-r--r-- | src/utils/time_info.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/utils/time_info.h b/src/utils/time_info.h new file mode 100644 index 0000000..35bf256 --- /dev/null +++ b/src/utils/time_info.h @@ -0,0 +1,6 @@ +#ifndef TIME_INFO_H_ +#define TIME_INFO_H_ + +void sec2timestamp(int seconds, char **p_ts); + +#endif |