]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpproto.c
avformat: Remove non-compiling and/or silly commented-out printf/av_log statements
[ffmpeg] / libavformat / rtpproto.c
index fc1ae06df39800c293fa59c3bdb567db8a53a402..aca6a5a8495cf56baa378d01102d8cd576821654 100644 (file)
@@ -315,11 +315,6 @@ static int rtp_get_file_handle(URLContext *h)
     return s->rtp_fd;
 }
 
-int ff_rtp_get_rtcp_file_handle(URLContext *h) {
-    RTPContext *s = h->priv_data;
-    return s->rtcp_fd;
-}
-
 static int rtp_get_multi_file_handle(URLContext *h, int **handles,
                                      int *numhandles)
 {