Don't declare a pcm_dvd encoder.
authorDiego Elio Pettenò <flameeyes@gmail.com>
Tue, 25 Jan 2011 00:41:24 +0000 (00:41 +0000)
committerMans Rullgard <mans@mansr.com>
Tue, 25 Jan 2011 00:45:27 +0000 (00:45 +0000)
commit5b5083b5fed1e0b0d8f3c6f2c21bdc915b1226f6
tree462fc66b1f23db9a03df9f079c6b2375d33b6e19
parent73a0b19ba39a4aca79a768feeacd83307a62836e
Don't declare a pcm_dvd encoder.

The PCM_DVD encoder would be left unused, as allcodecs.c properly declared
it as being decoder-only, but it would still be built into the object file.

Since there is no block of code to properly encode this PCM format, it's
not a full codec.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/pcm.c