summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-28 12:11:41 +0000
committerivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-28 12:11:41 +0000
commit1203499e518977abdd87644b92e45adbc4fc5c03 (patch)
tree21c65e6e2a08d2ea4adf00e771fdd1be4be8a251 /DOCS
parentd9d9086a8444a35019e19dd0ebc180ee6490fc4e (diff)
downloadmpv-1203499e518977abdd87644b92e45adbc4fc5c03.tar.bz2
mpv-1203499e518977abdd87644b92e45adbc4fc5c03.tar.xz
note on new demuxers and codecs, add them to lav* instead of libmp*
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25900 b3059339-0415-0410-9bf9-f77b7e298cf2
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
==================================