[FFmpeg-cvslog] Support G.722 in Sun AU.
Carl Eugen Hoyos
git at videolan.org
Sat Nov 24 10:55:04 CET 2012
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sat Nov 24 10:43:32 2012 +0100| [95903e3cfd2e922d7ba3d481812e8be1dbb7fd58] | committer: Carl Eugen Hoyos
Support G.722 in Sun AU.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=95903e3cfd2e922d7ba3d481812e8be1dbb7fd58
---
libavformat/au.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/au.c b/libavformat/au.c
index bd7838e..d4d4ff3 100644
--- a/libavformat/au.c
+++ b/libavformat/au.c
@@ -47,6 +47,7 @@ static const AVCodecTag codec_au_tags[] = {
{ AV_CODEC_ID_PCM_S32BE, 5 },
{ AV_CODEC_ID_PCM_F32BE, 6 },
{ AV_CODEC_ID_PCM_F64BE, 7 },
+ { AV_CODEC_ID_ADPCM_G722, 24 },
{ AV_CODEC_ID_PCM_ALAW, 27 },
{ AV_CODEC_ID_NONE, 0 },
};
More information about the ffmpeg-cvslog
mailing list