summaryrefslogtreecommitdiff
path: root/toxav/codec.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-02-04 20:54:08 -0500
committerirungentoo <irungentoo@gmail.com>2015-02-04 20:54:08 -0500
commit1302981d55c0929f235980cda865d4067eb75dff (patch)
tree8daad5b2d922ac9358a9328455fd402023e832e0 /toxav/codec.c
parente5644bbd58539982c6484e6f155410838ad1a8e9 (diff)
Removed useless misleading define.
Diffstat (limited to 'toxav/codec.c')
-rw-r--r--toxav/codec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/toxav/codec.c b/toxav/codec.c
index dae35d54..e7b952b1 100644
--- a/toxav/codec.c
+++ b/toxav/codec.c
@@ -40,7 +40,6 @@
40#include "codec.h" 40#include "codec.h"
41 41
42/* Good quality encode. */ 42/* Good quality encode. */
43#define MAX_ENCODE_TIME_US VPX_DL_GOOD_QUALITY
44#define MAX_DECODE_TIME_US 0 43#define MAX_DECODE_TIME_US 0
45 44
46// TODO this has to be exchanged in msi 45// TODO this has to be exchanged in msi