diff options
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/tech/codec-devel.txt | 5 | ||||
-rw-r--r-- | DOCS/tech/libmpcodecs.txt | 5 |
2 files changed, 6 insertions, 4 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 ------------ 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 ================================== |