X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Ftimecode.h;h=e238cb6e39182606b154e04877469d66b702e8bf;hb=e62a7000f29f863fdc8fef384c21a23c8b6a2a17;hp=b99d96a4c7edfbc16f32468b2f6f852edef44687;hpb=9511cdf6b08b5a6657ecaee9441cf453d1e0baff;p=melted_gui diff --git a/src/timecode.h b/src/timecode.h index b99d96a..e238cb6 100644 --- a/src/timecode.h +++ b/src/timecode.h @@ -26,6 +26,7 @@ extern "C" #endif /* __cplusplus */ char* frames2tc(int f, float fps, char* buf); +int tc2frames(char* tc, float fps, int *f); #ifdef __cplusplus };