summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.c
diff options
context:
space:
mode:
authorLuca Abeni <lucabe72@email.it>2009-02-17 08:12:51 +0000
committerLuca Abeni <lucabe72@email.it>2009-02-17 08:12:51 +0000
commitbf6d9818063e3a5c85e4bdce14310c6f9cc3f4de (patch)
treed6fe6b2b4532e33a2bccbbce827bd932878e8a6d /libavformat/rtsp.c
parente5f483c60455a06f99b2fbc6df402bdf8fc98782 (diff)
Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is not
a static function Originally committed as revision 17390 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtsp.c')
-rw-r--r--libavformat/rtsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c
index 636adce656..ac8a9e18b9 100644
--- a/libavformat/rtsp.c
+++ b/libavformat/rtsp.c
@@ -425,7 +425,7 @@ static void sdp_parse_line(AVFormatContext *s, SDPParseState *s1,
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 */