summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-11-15 16:17:55 +0000
committerPaul B Mahol <onemda@gmail.com>2012-11-17 19:30:08 +0000
commit9ba41ae63e079198ef4a9e83b5fa147e20966bdb (patch)
tree2557e93ebacd42d141872eaf128b5b804f7b1399 /libavcodec/avcodec.h
parent37e2a9783fd07558e2ce49b7cf2f617bf500f512 (diff)
PCM signed 16-bit big-endian planar decoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index a59e7f8fa5..511cfc665d 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -317,6 +317,7 @@ enum AVCodecID {
AV_CODEC_ID_PCM_S8_PLANAR,
AV_CODEC_ID_PCM_S24LE_PLANAR = MKBETAG(24,'P','S','P'),
AV_CODEC_ID_PCM_S32LE_PLANAR = MKBETAG(32,'P','S','P'),
+ AV_CODEC_ID_PCM_S16BE_PLANAR = MKBETAG('P','S','P',16),
/* various ADPCM codecs */
AV_CODEC_ID_ADPCM_IMA_QT = 0x11000,