projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00ccdcd
)
riff: support 0xa100 TwoCC for G723_1
author
Piotr Bandurski
<ami_stuff@o2.pl>
Thu, 3 Apr 2014 14:30:51 +0000
(16:30 +0200)
committer
Vittorio Giovara
<vittorio.giovara@gmail.com>
Thu, 3 Apr 2014 23:29:29 +0000
(
01:29
+0200)
Sample-Id:
4790b7f1c44f98e35f3b806468fa615f5930a5b3
.wav
libavformat/riff.c
patch
|
blob
|
history
diff --git
a/libavformat/riff.c
b/libavformat/riff.c
index fe1cc03eefd9e3b6e109d98762d630b2b9156e82..08fe5b9bd8b247bdad27114898399edcfa29a7f4 100644
(file)
--- a/
libavformat/riff.c
+++ b/
libavformat/riff.c
@@
-403,6
+403,7
@@
const AVCodecTag ff_codec_wav_tags[] = {
{ AV_CODEC_ID_AAC, 0x706d },
{ AV_CODEC_ID_AAC, 0x4143 },
{ AV_CODEC_ID_XAN_DPCM, 0x594a },
+ { AV_CODEC_ID_G723_1, 0xA100 }, /* Comverse Infosys Ltd. G723 1 */
{ AV_CODEC_ID_SPEEX, 0xA109 },
{ AV_CODEC_ID_FLAC, 0xF1AC },
{ AV_CODEC_ID_ADPCM_SWF, ('S' << 8) + 'F' },