diff DOCS/tech/codec-devel.txt @ 25872:3eeaf9d4c65a

note on new demuxers and codecs, add them to lav* instead of libmp*
author ivo
date Mon, 28 Jan 2008 12:11:41 +0000
parents 56bb20a00bc9
children 4df11ac927fc
line wrap: on
line diff
--- a/DOCS/tech/codec-devel.txt	Mon Jan 28 11:49:30 2008 +0000
+++ b/DOCS/tech/codec-devel.txt	Mon Jan 28 12:11:41 2008 +0000
@@ -4,6 +4,9 @@
 
 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,