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:
42ceeb5
)
Support mp3 audio in the RTP muxer
author
Luca Abeni
<lucabe72@email.it>
Mon, 31 Mar 2008 09:42:45 +0000
(09:42 +0000)
committer
Luca Abeni
<lucabe72@email.it>
Mon, 31 Mar 2008 09:42:45 +0000
(09:42 +0000)
Originally committed as revision 12643 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtp.c
patch
|
blob
|
history
diff --git
a/libavformat/rtp.c
b/libavformat/rtp.c
index
6b038c8
..
8d01b97
100644
(file)
--- a/
libavformat/rtp.c
+++ b/
libavformat/rtp.c
@@
-54,6
+54,7
@@
static const struct
{12, "QCELP", CODEC_TYPE_AUDIO, CODEC_ID_QCELP, 8000, 1},
{13, "CN", CODEC_TYPE_AUDIO, CODEC_ID_NONE, 8000, 1},
{14, "MPA", CODEC_TYPE_AUDIO, CODEC_ID_MP2, 90000, -1},
+ {14, "MPA", CODEC_TYPE_AUDIO, CODEC_ID_MP3, 90000, -1},
{15, "G728", CODEC_TYPE_AUDIO, CODEC_ID_NONE, 8000, 1},
{16, "DVI4", CODEC_TYPE_AUDIO, CODEC_ID_NONE, 11025, 1},
{17, "DVI4", CODEC_TYPE_AUDIO, CODEC_ID_NONE, 22050, 1},