summaryrefslogtreecommitdiff
path: root/libavformat/sdp.c
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2020-10-01 22:45:34 -0300
committerJames Almer <jamrial@gmail.com>2020-10-01 22:45:34 -0300
commit10c01c3779414098a875b5908dfd5d79813f1a91 (patch)
treed10ef58b851ec5df83bae2ee0c5b912640264e32 /libavformat/sdp.c
parent137a36bdfc5cc250e767a5d96e77621cc4dc59d5 (diff)
downloadffmpeg-10c01c3779414098a875b5908dfd5d79813f1a91.tar.gz
avformat/sdp: add missing FF_API_LAVF_AVCTX check
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/sdp.c')
-rw-r--r--libavformat/sdp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavformat/sdp.c b/libavformat/sdp.c
index 2ce1a62262..95f3fbb876 100644
--- a/libavformat/sdp.c
+++ b/libavformat/sdp.c
@@ -704,6 +704,8 @@ static char *sdp_write_media_attributes(char *buff, int size, AVStream *st, int
case AV_CODEC_ID_SPEEX:
av_strlcatf(buff, size, "a=rtpmap:%d speex/%d\r\n",
payload_type, p->sample_rate);
+#if FF_API_LAVF_AVCTX
+FF_DISABLE_DEPRECATION_WARNINGS
if (st->codec) {
const char *mode;
uint64_t vad_option;
@@ -718,6 +720,8 @@ static char *sdp_write_media_attributes(char *buff, int size, AVStream *st, int
av_strlcatf(buff, size, "a=fmtp:%d vbr=%s\r\n",
payload_type, mode);
}
+FF_ENABLE_DEPRECATION_WARNINGS
+#endif
break;
case AV_CODEC_ID_OPUS:
/* The opus RTP draft says that all opus streams MUST be declared