summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/codec-devel.txt3
-rw-r--r--DOCS/tech/libmpcodecs.txt3
2 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/tech/codec-devel.txt b/DOCS/tech/codec-devel.txt
index 52968ba65c..0e811d50eb 100644
--- a/DOCS/tech/codec-devel.txt
+++ b/DOCS/tech/codec-devel.txt
@@ -4,6 +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.
+
Introduction
------------
I've developed a number of open source decoders for the MPlayer project,
diff --git a/DOCS/tech/libmpcodecs.txt b/DOCS/tech/libmpcodecs.txt
index 7f649ed4e9..68ad7eeb5a 100644
--- a/DOCS/tech/libmpcodecs.txt
+++ b/DOCS/tech/libmpcodecs.txt
@@ -1,3 +1,6 @@
+NOTE: If you want to implement a new decoder, please add it to libavcodec.
+libmpcodecs is considered deprecated.
+
The libMPcodecs API details, hints - by A'rpi
==================================