summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libavformat/rtpdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtpdec.c b/libavformat/rtpdec.c
index 03abb1d..f9016d0 100644
--- a/libavformat/rtpdec.c
+++ b/libavformat/rtpdec.c
@@ -44,7 +44,7 @@
'url_open_dyn_packet_buf')
*/
-RTPDynamicProtocolHandler ff_realmedia_mp3_dynamic_handler = {
+static RTPDynamicProtocolHandler ff_realmedia_mp3_dynamic_handler = {
.enc_name = "X-MP3-draft-00",
.codec_type = AVMEDIA_TYPE_AUDIO,
.codec_id = CODEC_ID_MP3ADU,
OpenPOWER on IntegriCloud