projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6ccee9
)
sdp: fix opus sprop-stereo fmtp syntax
author
Mark Harris
<mark.hsj@gmail.com>
Tue, 1 Mar 2016 04:09:53 +0000
(20:09 -0800)
committer
Martin Storsjö
<martin@martin.st>
Tue, 1 Mar 2016 06:56:36 +0000
(08:56 +0200)
Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/sdp.c
patch
|
blob
|
history
diff --git
a/libavformat/sdp.c
b/libavformat/sdp.c
index
d21ffac
..
b513cca
100644
(file)
--- a/
libavformat/sdp.c
+++ b/
libavformat/sdp.c
@@
-692,7
+692,7
@@
static char *sdp_write_media_attributes(char *buff, int size, AVCodecParameters
av_strlcatf(buff, size, "a=rtpmap:%d opus/48000/2\r\n",
payload_type);
if (p->channels == 2) {
- av_strlcatf(buff, size, "a=fmtp:%d sprop-stereo
:
1\r\n",
+ av_strlcatf(buff, size, "a=fmtp:%d sprop-stereo
=
1\r\n",
payload_type);
}
break;