Commit 69ad22c7 authored by Diego Elio Pettenò's avatar Diego Elio Pettenò Committed by Mans Rullgard

Make ff_realmedia_mp3_dynamic_handler static.

Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent aa61e39e
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment