summaryrefslogtreecommitdiffstats
path: root/src/bin/tsv_video_stream.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/bin/tsv_video_stream.rs7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/bin/tsv_video_stream.rs b/src/bin/tsv_video_stream.rs
index c2db35c..2345c99 100644
--- a/src/bin/tsv_video_stream.rs
+++ b/src/bin/tsv_video_stream.rs
@@ -34,12 +34,7 @@ fn main() {
}
let info = ffmpeg::probe_video(ff_args, None);
- log::info!(
- "{}x{} @ {:.2}fps, tsv image: {name}",
- info.width,
- info.height,
- info.fps
- );
+ log::info!("probe results: {:?}", info);
let instance = gpu::create_instance();
let adapter = gpu::create_adapter(&instance, None);