From f3216dba06a3f7824b76dc98a138c34b5579d71b Mon Sep 17 00:00:00 2001 From: ivo Date: Mon, 28 Jan 2008 22:09:21 +0000 Subject: clarify comments/docs about lav* being the preferred place to implement new codecs and (de)muxers, except for wrappers around external libraries and codecs and (de)muxers requiring binary support. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25908 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/tech/codec-devel.txt | 5 +++-- DOCS/tech/libmpcodecs.txt | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'DOCS') 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 ------------ diff --git a/DOCS/tech/libmpcodecs.txt b/DOCS/tech/libmpcodecs.txt index 68ad7eeb5a..65165b7bd9 100644 --- a/DOCS/tech/libmpcodecs.txt +++ b/DOCS/tech/libmpcodecs.txt @@ -1,5 +1,6 @@ -NOTE: If you want to implement a new decoder, 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. The libMPcodecs API details, hints - by A'rpi ================================== -- cgit v1.2.3