[FFmpeg-cvslog] avformat/riff: support G729A
Paul B Mahol
git at videolan.org
Sat Apr 18 21:54:50 CEST 2015
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Fri Apr 17 14:30:21 2015 +0000| [df7c2b2f1b75d7043d1f61a896bcc25a11ae1fbb] | committer: Paul B Mahol
avformat/riff: support G729A
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=df7c2b2f1b75d7043d1f61a896bcc25a11ae1fbb
---
libavformat/riff.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 440a36b..0f98422 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -405,6 +405,7 @@ const AVCodecTag ff_codec_wav_tags[] = {
{ AV_CODEC_ID_ADPCM_G726, 0x0064 },
{ AV_CODEC_ID_ADPCM_IMA_WAV, 0x0069 },
{ AV_CODEC_ID_METASOUND, 0x0075 },
+ { AV_CODEC_ID_G729, 0x0083 },
{ AV_CODEC_ID_AAC, 0x00ff },
{ AV_CODEC_ID_G723_1, 0x0111 },
{ AV_CODEC_ID_SIPR, 0x0130 },
More information about the ffmpeg-cvslog
mailing list