aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-cast.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/dissectors/packet-cast.c b/epan/dissectors/packet-cast.c
index 3b91fa1101..26943f57d6 100644
--- a/epan/dissectors/packet-cast.c
+++ b/epan/dissectors/packet-cast.c
@@ -123,8 +123,7 @@ static const value_string message_id[] = {
};
static const value_string audioCodecTypes[] = {
- {1 , "G711"},
- {1 , "G729"},
+ {1 , "G711/G729"},
{2 , "GSM"},
{3 , "G723"},
{4 , "G722"},