[PATCH] Add IMA_WS_V3 codec id

Adam Iglewski none szwagros
Wed May 6 22:26:38 CEST 2009


---
 libavcodec/allcodecs.c |    1 +
 libavcodec/avcodec.h   |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index bcc11d0..bdfda4c 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -292,6 +292,7 @@ void avcodec_register_all(void)
     REGISTER_DECODER (ADPCM_THP, adpcm_thp);
     REGISTER_DECODER (ADPCM_XA, adpcm_xa);
     REGISTER_ENCDEC  (ADPCM_YAMAHA, adpcm_yamaha);
+    REGISTER_DECODER (ADPCM_IMA_WS_V3, adpcm_ima_ws_v3);
 
     /* subtitles */
     REGISTER_ENCDEC  (DVBSUB, dvbsub);
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index e73240f..1198e7e 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -250,6 +250,7 @@ enum CodecID {
     CODEC_ID_ADPCM_EA_XAS,
     CODEC_ID_ADPCM_EA_MAXIS_XA,
     CODEC_ID_ADPCM_IMA_ISS,
+    CODEC_ID_ADPCM_IMA_WS_V3,
 
     /* AMR */
     CODEC_ID_AMR_NB= 0x12000,
-- 
1.6.0.4


--------------010706080102070000040602
Content-Type: text/x-diff;
 name="0003-Add-support-for-16bit-video-files-and-IMA_WS_V3-code.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename*0="0003-Add-support-for-16bit-video-files-and-IMA_WS_V3-code.pa";
 filename*1="tch"




More information about the ffmpeg-devel mailing list