From 70af5c61eaa788fec59444eef586c51318dc0bcc Mon Sep 17 00:00:00 2001 From: Maksym Sobolyev Date: Sun, 21 Apr 2024 11:50:39 -0700 Subject: [PATCH] Add G722_DEFAULT. --- g722.h | 1 + 1 file changed, 1 insertion(+) diff --git a/g722.h b/g722.h index 1095f54..59c788a 100644 --- a/g722.h +++ b/g722.h @@ -45,6 +45,7 @@ codec is considerably faster, and still fully compatible with wideband terminals enum { + G722_DEFAULT = 0x0000, G722_SAMPLE_RATE_8000 = 0x0001, G722_PACKED = 0x0002 };