musicutil/src/meta.rs

3 lines
90 B
Rust
Raw Normal View History

2022-08-16 09:05:18 +01:00
pub static FFMPEG: &'static str = "ffmpeg";
pub static FFPROBE: &'static str = "ffprobe";