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:
10fc840
)
add pcm s8 tag
author
Baptiste Coudurier
<baptiste.coudurier@gmail.com>
Sun, 4 Mar 2007 01:58:10 +0000
(
01:58
+0000)
committer
Baptiste Coudurier
<baptiste.coudurier@gmail.com>
Sun, 4 Mar 2007 01:58:10 +0000
(
01:58
+0000)
Originally committed as revision 8214 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/isom.c
patch
|
blob
|
history
diff --git
a/libavformat/isom.c
b/libavformat/isom.c
index
f9aadb5
..
5a69e07
100644
(file)
--- a/
libavformat/isom.c
+++ b/
libavformat/isom.c
@@
-133,6
+133,7
@@
const AVCodecTag codec_movaudio_tags[] = {
{ CODEC_ID_PCM_S16BE, MKTAG('N', 'O', 'N', 'E') }, /* uncompressed */
{ CODEC_ID_PCM_S16LE, MKTAG('s', 'o', 'w', 't') }, /* */
{ CODEC_ID_PCM_S16LE, MKTAG('l', 'p', 'c', 'm') },
+ { CODEC_ID_PCM_S8, MKTAG('s', 'o', 'w', 't') },
{ CODEC_ID_PCM_U8, MKTAG('r', 'a', 'w', ' ') }, /* 8 bits unsigned */
{ CODEC_ID_PCM_MULAW, MKTAG('u', 'l', 'a', 'w') }, /* */
{ CODEC_ID_PCM_ALAW, MKTAG('a', 'l', 'a', 'w') }, /* */