summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_vp8.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2018-02-12 22:21:06 +0100
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2018-02-14 01:14:35 +0100
commitdc77e64f2d41a9a778b11afbfa8709e1ce483ef1 (patch)
tree0690ccf4286f25f560e906fcc39974feef6b5a22 /libavformat/rtpdec_vp8.c
parent71f39de2a57efc8db1d607b09c162c3b806cd45d (diff)
downloadffmpeg-dc77e64f2d41a9a778b11afbfa8709e1ce483ef1.tar.gz
lavf/rtpdec*: Constify all RTPDynamicProtocolHandler.
Reviewed-by: Muhammad Faiz
Diffstat (limited to 'libavformat/rtpdec_vp8.c')
-rw-r--r--libavformat/rtpdec_vp8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtpdec_vp8.c b/libavformat/rtpdec_vp8.c
index f0e457b70f..360dd5c782 100644
--- a/libavformat/rtpdec_vp8.c
+++ b/libavformat/rtpdec_vp8.c
@@ -276,7 +276,7 @@ static int vp8_need_keyframe(PayloadContext *vp8)
return vp8->sequence_dirty || !vp8->sequence_ok;
}
-RTPDynamicProtocolHandler ff_vp8_dynamic_handler = {
+const RTPDynamicProtocolHandler ff_vp8_dynamic_handler = {
.enc_name = "VP8",
.codec_type = AVMEDIA_TYPE_VIDEO,
.codec_id = AV_CODEC_ID_VP8,