summaryrefslogtreecommitdiffstats
path: root/DOCS/tech/codec-devel.txt
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/tech/codec-devel.txt')
-rw-r--r--DOCS/tech/codec-devel.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/DOCS/tech/codec-devel.txt b/DOCS/tech/codec-devel.txt
index 0e811d50eb..a9ca1ddcad 100644
--- a/DOCS/tech/codec-devel.txt
+++ b/DOCS/tech/codec-devel.txt
@@ -4,8 +4,9 @@ updated to libmpcodecs arch by A'rpi
SEE ALSO: libmpcodecs.txt !!!
-NOTE: If you want to implement a new codec, please add it to libavcodec.
-libmpcodecs is considered deprecated.
+NOTE: If you want to implement a new native codec, please add it to
+libavcodec. libmpcodecs is considered mostly deprecated, except for wrappers
+around external libraries and codecs requiring binary support.
Introduction
------------