summaryrefslogtreecommitdiff
path: root/toxav/audio.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/audio.h')
-rw-r--r--toxav/audio.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/toxav/audio.h b/toxav/audio.h
index a323a08e..ccb28c10 100644
--- a/toxav/audio.h
+++ b/toxav/audio.h
@@ -17,8 +17,8 @@
17 * You should have received a copy of the GNU General Public License 17 * You should have received a copy of the GNU General Public License
18 * along with Tox. If not, see <http://www.gnu.org/licenses/>. 18 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
19 */ 19 */
20#ifndef AUDIO_H 20#ifndef C_TOXCORE_TOXAV_AUDIO_H
21#define AUDIO_H 21#define C_TOXCORE_TOXAV_AUDIO_H
22 22
23#include "toxav.h" 23#include "toxav.h"
24 24
@@ -85,4 +85,4 @@ void ac_iterate(ACSession *ac);
85int ac_queue_message(Mono_Time *mono_time, void *acp, struct RTPMessage *msg); 85int ac_queue_message(Mono_Time *mono_time, void *acp, struct RTPMessage *msg);
86int ac_reconfigure_encoder(ACSession *ac, int32_t bit_rate, int32_t sampling_rate, uint8_t channels); 86int ac_reconfigure_encoder(ACSession *ac, int32_t bit_rate, int32_t sampling_rate, uint8_t channels);
87 87
88#endif /* AUDIO_H */ 88#endif // C_TOXCORE_TOXAV_AUDIO_H