]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/sdp.c
fate: add audiomatch
[ffmpeg] / libavformat / sdp.c
index 2ab37a8f5e3db093d2d407ef37645805b20db78c..368402b0725b9a55dcca98375f1480ae5cf705d6 100644 (file)
@@ -706,7 +706,7 @@ static char *sdp_write_media_attributes(char *buff, int size, AVCodecContext *c,
             av_strlcatf(buff, size, "a=rtpmap:%d opus/48000/2\r\n",
                                      payload_type);
             if (c->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;