]> git.sesse.net Git - nageru/blobdiff - print_latency.h
Support audio-only FFmpeg inputs. Somewhat wonky, though.
[nageru] / print_latency.h
index 3e1c4060f530a204cb419a6166f2ec675987747e..d80ac88e96a25ac04f6f64a27f921edd9c45ff59 100644 (file)
@@ -27,6 +27,6 @@ struct LatencyHistogram {
 
 ReceivedTimestamps find_received_timestamp(const std::vector<RefCountedFrame> &input_frames);
 
-void print_latency(const std::string &header, const ReceivedTimestamps &received_ts, bool is_b_frame, int *frameno, LatencyHistogram *histogram);
+void print_latency(const char *header, const ReceivedTimestamps &received_ts, bool is_b_frame, int *frameno, LatencyHistogram *histogram);
 
 #endif  // !defined(_PRINT_LATENCY_H)