X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fsdp.c;h=368402b0725b9a55dcca98375f1480ae5cf705d6;hb=38a6242b271fad4917a1c6201ff61e10160c965b;hp=2ab37a8f5e3db093d2d407ef37645805b20db78c;hpb=06278265239fe1aa6ef0f70d5e7db72ea5af844a;p=ffmpeg diff --git a/libavformat/sdp.c b/libavformat/sdp.c index 2ab37a8f5e3..368402b0725 100644 --- a/libavformat/sdp.c +++ b/libavformat/sdp.c @@ -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;