aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/codecs
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2023-12-19 22:02:00 +0100
committerGerald Combs <gerald@wireshark.org>2024-04-19 22:40:18 +0000
commit80156b405cc4cd139296cd5fc3f87114d0b5f534 (patch)
treea2f5250d8dcd3d8bf4fc2302634cbbfa625da31c /plugins/codecs
parent539f85782caf8fa915da634d2138e2088b1d49ae (diff)
Revert "plugins: Fill in short description field"
This reverts commit 60f1972fa3700d8d702e0f9b0df6ec1980d97ecb.
Diffstat (limited to 'plugins/codecs')
-rw-r--r--plugins/codecs/G711/CMakeLists.txt1
-rw-r--r--plugins/codecs/G722/CMakeLists.txt1
-rw-r--r--plugins/codecs/G726/CMakeLists.txt1
-rw-r--r--plugins/codecs/G729/CMakeLists.txt1
-rw-r--r--plugins/codecs/amrnb/CMakeLists.txt1
-rw-r--r--plugins/codecs/iLBC/CMakeLists.txt1
-rw-r--r--plugins/codecs/l16_mono/CMakeLists.txt1
-rw-r--r--plugins/codecs/opus_dec/CMakeLists.txt1
-rw-r--r--plugins/codecs/sbc/CMakeLists.txt1
9 files changed, 0 insertions, 9 deletions
diff --git a/plugins/codecs/G711/CMakeLists.txt b/plugins/codecs/G711/CMakeLists.txt
index 340d40fa89..cc9ff0f191 100644
--- a/plugins/codecs/G711/CMakeLists.txt
+++ b/plugins/codecs/G711/CMakeLists.txt
@@ -29,7 +29,6 @@ set_source_files_properties(
register_plugin_files(plugin.c
plugin_codec
- "A-law G.711"
${CODEC_SRC}
)
diff --git a/plugins/codecs/G722/CMakeLists.txt b/plugins/codecs/G722/CMakeLists.txt
index 751b2abf11..37c08cd12e 100644
--- a/plugins/codecs/G722/CMakeLists.txt
+++ b/plugins/codecs/G722/CMakeLists.txt
@@ -29,7 +29,6 @@ set_source_files_properties(
register_plugin_files(plugin.c
plugin_codec
- "G.722"
${CODEC_SRC}
)
diff --git a/plugins/codecs/G726/CMakeLists.txt b/plugins/codecs/G726/CMakeLists.txt
index 84e2e7ec4b..239b67f0e5 100644
--- a/plugins/codecs/G726/CMakeLists.txt
+++ b/plugins/codecs/G726/CMakeLists.txt
@@ -29,7 +29,6 @@ set_source_files_properties(
register_plugin_files(plugin.c
plugin_codec
- "G.726"
${CODEC_SRC}
)
diff --git a/plugins/codecs/G729/CMakeLists.txt b/plugins/codecs/G729/CMakeLists.txt
index 1f6ca835e3..6c5330021f 100644
--- a/plugins/codecs/G729/CMakeLists.txt
+++ b/plugins/codecs/G729/CMakeLists.txt
@@ -29,7 +29,6 @@ set_source_files_properties(
register_plugin_files(plugin.c
plugin_codec
- "G.729"
${CODEC_SRC}
)
diff --git a/plugins/codecs/amrnb/CMakeLists.txt b/plugins/codecs/amrnb/CMakeLists.txt
index 12c06b60db..b49314689e 100644
--- a/plugins/codecs/amrnb/CMakeLists.txt
+++ b/plugins/codecs/amrnb/CMakeLists.txt
@@ -29,7 +29,6 @@ set_source_files_properties(
register_plugin_files(plugin.c
plugin_codec
- "OpenCORE Adaptive Multi Rate (AMR)"
${CODEC_SRC}
)
diff --git a/plugins/codecs/iLBC/CMakeLists.txt b/plugins/codecs/iLBC/CMakeLists.txt
index 816df5c28c..8929204301 100644
--- a/plugins/codecs/iLBC/CMakeLists.txt
+++ b/plugins/codecs/iLBC/CMakeLists.txt
@@ -29,7 +29,6 @@ set_source_files_properties(
register_plugin_files(plugin.c
plugin_codec
- "Internet Low Bitrate Codec (iLBC)"
${CODEC_SRC}
)
diff --git a/plugins/codecs/l16_mono/CMakeLists.txt b/plugins/codecs/l16_mono/CMakeLists.txt
index 72a82c4a58..f90713b70b 100644
--- a/plugins/codecs/l16_mono/CMakeLists.txt
+++ b/plugins/codecs/l16_mono/CMakeLists.txt
@@ -29,7 +29,6 @@ set_source_files_properties(
register_plugin_files(plugin.c
plugin_codec
- "16-bit audio, mono"
${CODEC_SRC}
)
diff --git a/plugins/codecs/opus_dec/CMakeLists.txt b/plugins/codecs/opus_dec/CMakeLists.txt
index 400dd83717..dc3bdc2180 100644
--- a/plugins/codecs/opus_dec/CMakeLists.txt
+++ b/plugins/codecs/opus_dec/CMakeLists.txt
@@ -29,7 +29,6 @@ set_source_files_properties(
register_plugin_files(plugin.c
plugin_codec
- "Opus audio"
${CODEC_SRC}
)
diff --git a/plugins/codecs/sbc/CMakeLists.txt b/plugins/codecs/sbc/CMakeLists.txt
index 8360ed3a15..d12de70d59 100644
--- a/plugins/codecs/sbc/CMakeLists.txt
+++ b/plugins/codecs/sbc/CMakeLists.txt
@@ -29,7 +29,6 @@ set_source_files_properties(
register_plugin_files(plugin.c
plugin_codec
- "Bluetooth SBC"
${CODEC_SRC}
)