diff rtsp.c @ 4519:f4b9967e0131 libavformat

Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is not a static function
author lucabe
date Tue, 17 Feb 2009 08:12:51 +0000
parents 2a84d46427d1
children 629bcd779fb8
line wrap: on
line diff
--- a/rtsp.c	Tue Feb 17 08:09:34 2009 +0000
+++ b/rtsp.c	Tue Feb 17 08:12:51 2009 +0000
@@ -425,7 +425,7 @@
             st->codec->codec_type = codec_type;
             if (rtsp_st->sdp_payload_type < RTP_PT_PRIVATE) {
                 /* if standard payload type, we can find the codec right now */
-                rtp_get_codec_info(st->codec, rtsp_st->sdp_payload_type);
+                ff_rtp_get_codec_info(st->codec, rtsp_st->sdp_payload_type);
             }
         }
         /* put a default control url */