[FFmpeg-devel] [PATCH 02/11] Make ff_realmedia_mp3_dynamic_handler static.

Diego Elio Pettenò flameeyes
Tue Jan 25 02:29:35 CET 2011


---
 libavformat/rtpdec.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavformat/rtpdec.c b/libavformat/rtpdec.c
index ad7f45d..4f0ade1 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,
-- 
1.7.4.rc2




More information about the ffmpeg-devel mailing list