summaryrefslogtreecommitdiff
path: root/libavcodec/pcm.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-07-05 07:30:59 +0000
committerDiego Biurrun <diego@biurrun.de>2008-07-05 07:30:59 +0000
commitbbdfa06d437a1cb8dd18169bc0c3db129aaa25d2 (patch)
tree71feee2749bdc21cedc92c232a8749535967b2f2 /libavcodec/pcm.c
parentf1e3c9368b60f1caa87fec787431ea9ee97892b8 (diff)
Add a note to remind people that new PCM/ADPCM formats need to be added to
the Makefile as well to allow proper selective compilation. Originally committed as revision 14072 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/pcm.c')
-rw-r--r--libavcodec/pcm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/pcm.c b/libavcodec/pcm.c
index 6e9a755bcf..29779c5ba0 100644
--- a/libavcodec/pcm.c
+++ b/libavcodec/pcm.c
@@ -556,6 +556,7 @@ AVCodec name ## _decoder = { \
#define PCM_CODEC(id, name, long_name_) \
PCM_ENCODER(id,name,long_name_) PCM_DECODER(id,name,long_name_)
+/* Note: Do not forget to add new entries to the Makefile as well. */
PCM_CODEC (CODEC_ID_PCM_ALAW, pcm_alaw, "A-law PCM");
PCM_CODEC (CODEC_ID_PCM_DVD, pcm_dvd, "signed 16|20|24-bit big-endian PCM");
PCM_CODEC (CODEC_ID_PCM_MULAW, pcm_mulaw, "mu-law PCM");