[FFmpeg-cvslog] Make ff_realmedia_mp3_dynamic_handler static.

Diego Elio Pettenò git
Wed Jan 26 04:01:16 CET 2011


ffmpeg | branch: master | Diego Elio Petten? <flameeyes at gmail.com> | Tue Jan 25 01:29:35 2011 +0000| [c2ec089c5a80c9129c02e16d7b4836e34ef6a5b8] | committer: Michael Niedermayer

Make ff_realmedia_mp3_dynamic_handler static.

Signed-off-by: Mans Rullgard <mans at mansr.com>
(cherry picked from commit 69ad22c7a7c2d961b413f96b437de267261311e2)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c2ec089c5a80c9129c02e16d7b4836e34ef6a5b8
---

 libavformat/rtpdec.c |    2 +-
 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,




More information about the ffmpeg-cvslog mailing list