File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 33 * @author Martin Pulec <[email protected] > 44 */
55/*
6- * Copyright (c) 2012-2021 CESNET, z. s. p. o.
6+ * Copyright (c) 2012-2025 CESNET, zájmové sdružení právnických osob
77 * All rights reserved.
88 *
99 * Redistribution and use in source and binary forms, with or without
3535 * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3636 */
3737
38- #ifdef HAVE_CONFIG_H
39- #include "config.h"
40- #include "config_unix.h"
41- #include "config_win32.h"
42- #endif /* HAVE_CONFIG_H */
43-
38+ #include <assert.h> // for assert
4439#include <pthread.h>
4540#include <stdio.h>
4641#include <stdlib.h>
4742#include <unistd.h>
43+ #include <string.h> // for memcpy, strdup
4844
49- #include "audio/audio .h"
45+ #include "audio/types .h" // for audio_desc, audio_frame, AC_PCM
5046#include "audio/utils.h"
5147#include "audio/wav_writer.h"
52- #include "debug.h"
5348#include "export.h"
5449#include "utils/misc.h" // ug_strerror
5550#include "utils/ring_buffer.h"
You can’t perform that action at this time.
0 commit comments