diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2009-02-16 16:24:01 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2009-02-16 16:24:01 +0000 |
commit | 3b0fc60592e950d528724d577ce075c2e78cb350 (patch) | |
tree | 4c924c081a8b37228a5b7612fed6cbf9f385673c /libavformat/rtsp.h | |
parent | 49a06a4d25a47c4a99c0714a2a5e17282ec00c1b (diff) | |
download | ffmpeg-3b0fc60592e950d528724d577ce075c2e78cb350.tar.gz |
Don't install rtsp.h. It is intended to be private, it depends on rtp code
which isn't installed anyway (so it doesn't work).
In the process, also remove public/private API comments from rtsp headers
because they are unnecessary.
Originally committed as revision 17379 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtsp.h')
-rw-r--r-- | libavformat/rtsp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h index ca1e53f26b..6920b451f9 100644 --- a/libavformat/rtsp.h +++ b/libavformat/rtsp.h @@ -31,9 +31,6 @@ enum RTSPLowerTransport { RTSP_LOWER_TRANSPORT_UDP = 0, RTSP_LOWER_TRANSPORT_TCP = 1, RTSP_LOWER_TRANSPORT_UDP_MULTICAST = 2, - /** - * This is not part of public API and shouldn't be used outside of ffmpeg. - */ RTSP_LOWER_TRANSPORT_LAST }; |