summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/tech/codec-devel.txt2
-rw-r--r--DOCS/tech/general.txt1
-rw-r--r--DOCS/tech/libmpcodecs.txt2
3 files changed, 4 insertions, 1 deletions
diff --git a/DOCS/tech/codec-devel.txt b/DOCS/tech/codec-devel.txt
index 53366a9edf..52968ba65c 100644
--- a/DOCS/tech/codec-devel.txt
+++ b/DOCS/tech/codec-devel.txt
@@ -2,6 +2,8 @@ A Guide To Developing MPlayer Codecs
by Mike Melanson (melanson at pcisys dot net)
updated to libmpcodecs arch by A'rpi
+SEE ALSO: libmpcodecs.txt !!!
+
Introduction
------------
I've developed a number of open source decoders for the MPlayer project,
diff --git a/DOCS/tech/general.txt b/DOCS/tech/general.txt
index a7a8c4c44f..83c8879477 100644
--- a/DOCS/tech/general.txt
+++ b/DOCS/tech/general.txt
@@ -212,6 +212,7 @@ Now, go on:
vf_*.c - video filter (see option -vop)
On this topic, see also:
+ libmpcodecs.txt - The structure of the codec-filter path, with explanation
dr-methods.txt - Direct rendering, MPI buffer management for video codecs
codecs.conf.txt - How to write/edit codec configuration file (codecs.conf)
codec-devel.txt - Mike's hints about codec development - a bit OUTDATED
diff --git a/DOCS/tech/libmpcodecs.txt b/DOCS/tech/libmpcodecs.txt
index 9bfae78c9e..0bb4e612ee 100644
--- a/DOCS/tech/libmpcodecs.txt
+++ b/DOCS/tech/libmpcodecs.txt
@@ -1,7 +1,7 @@
The libMPcodecs API details, hints - by A'rpi
==================================
-See also: colorspaces.txt, codec-devel.txt, dr-methods.txt
+See also: colorspaces.txt, codec-devel.txt, dr-methods.txt, codecs.conf.txt
The VIDEO path:
===============