Skip to content
Snippets Groups Projects
Commit 4dd92898 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #7132: Codec.h -> codec.h

parent e4e6b0ca
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ noinst_LTLIBRARIES = libsflphone.la ...@@ -35,7 +35,7 @@ noinst_LTLIBRARIES = libsflphone.la
noinst_HEADERS = \ noinst_HEADERS = \
global.h \ global.h \
Codec.h \ codec.h \
conference.h \ conference.h \
voiplink.h \ voiplink.h \
preferences.h \ preferences.h \
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
#include <iostream> #include <iostream>
#include <dlfcn.h> #include <dlfcn.h>
#include "Codec.h" #include "codec.h"
// We assume all decoders will be fed 20ms of audio or less // We assume all decoders will be fed 20ms of audio or less
// And we'll resample them to 44.1kHz or less // And we'll resample them to 44.1kHz or less
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment