Commit c2ec089c authored by Diego Elio Pettenò's avatar Diego Elio Pettenò Committed by Michael Niedermayer

Make ff_realmedia_mp3_dynamic_handler static.

Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
(cherry picked from commit 69ad22c7)
parent e1643111
......@@ -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