diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2009-03-21 20:56:57 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2009-03-21 20:56:57 +0000 |
commit | 64917dd3df832ab21c470e2ae9c05f5d2e067a80 (patch) | |
tree | fe34e463a5eeb8db1858d64b987c56907fb76292 | |
parent | 36aa7bc27f7122296b90d775bc6d209ebc784f73 (diff) | |
download | ffmpeg-64917dd3df832ab21c470e2ae9c05f5d2e067a80.tar.gz |
Remove useless comment about something that is deprecated. See summary in
"[PATCH] rtsp.c small cleanups" thread on mailinglist.
Originally committed as revision 18124 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/rtsp.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index f9021ba6bf..406998dc07 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -43,9 +43,6 @@ static int rtsp_read_play(AVFormatContext *s); -/* XXX: currently, the only way to change the protocols consists in - changing this variable */ - #if LIBAVFORMAT_VERSION_INT < (53 << 16) int rtsp_default_protocols = (1 << RTSP_LOWER_TRANSPORT_UDP); #endif |