X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=futatabi%2Fdisk_space_estimator.h;h=e4b2c51d637f6fffe17f1b20af3d9e49f7e19881;hb=af8007aa958271ba16b15e7d11a891570488f6c9;hp=f02cb9c616f804003818e522ff4aa001eb72ff8c;hpb=b563b8903fa84bb7fd62d7d0b84b70cb26843dbf;p=nageru diff --git a/futatabi/disk_space_estimator.h b/futatabi/disk_space_estimator.h index f02cb9c..e4b2c51 100644 --- a/futatabi/disk_space_estimator.h +++ b/futatabi/disk_space_estimator.h @@ -9,7 +9,7 @@ // // The bitrate is measured over a simple 30-second sliding window. -#include "timebase.h" +#include "shared/timebase.h" #include #include @@ -25,7 +25,7 @@ public: // Report that a video frame with the given pts and size has just been // written (possibly appended) to the given file. // - // is taken to be in TIMEBASE units (see timebase.h). + // is taken to be in TIMEBASE units (see shared/timebase.h). void report_write(const std::string &filename, size_t bytes, uint64_t pts); private: