Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-10-13 15:16:24 +0300
committerPaul B Mahol <onemda@gmail.com>2015-10-16 17:37:40 +0300
commit8b11e43799260009dead51667bf6ff0157c05ff4 (patch)
tree7b7d14c5231040d93c5f5194b7e7c82869dbbab9 /libavcodec/avcodec.h
parent377883c4be7a5b27d57737a79d6a58a6af0ae6cd (diff)
avcodec: add ADPCM PSX 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 531286a5a0..18889ec70c 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -393,6 +393,7 @@ enum AVCodecID {
AV_CODEC_ID_ADPCM_IMA_RAD,
AV_CODEC_ID_ADPCM_G726LE,
AV_CODEC_ID_ADPCM_THP_LE,
+ AV_CODEC_ID_ADPCM_PSX,
/* AMR */
AV_CODEC_ID_AMR_NB = 0x12000,