diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-08-24 11:33:07 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-08-26 10:22:42 +0200 |
| commit | e8800b7efc51b6e0c186a7bd733e014a3093a384 (patch) | |
| tree | 3da490dceeb604ea424c5db131b5fb1a6d78d151 /src/lib/util.cc | |
| parent | a54c86b47987d753151fbea831c99a0fef811110 (diff) | |
Try to capture ffmpeg logs during tests.
Diffstat (limited to 'src/lib/util.cc')
| -rw-r--r-- | src/lib/util.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index be5ab5b95..05b69644f 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -408,7 +408,6 @@ ffmpeg_log_callback(void* ptr, int level, const char* fmt, va_list vl) } -static void capture_ffmpeg_logs() { |
