diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-09-10 22:48:42 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-09-10 22:48:42 +0000 |
commit | b156b88c13ddc9b6bbd5d60f85328fea5a7fd9cf (patch) | |
tree | 32c8e98835dc90203bdfc7cc30430523a3fa362c /libavformat/rtsp.h | |
parent | ac6577cd71e5d2e48728a04a4050a28b454d4ed5 (diff) | |
download | ffmpeg-b156b88c13ddc9b6bbd5d60f85328fea5a7fd9cf.tar.gz |
rtp and rtsp demuxer declarations are not part of public API
Originally committed as revision 10474 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtsp.h')
-rw-r--r-- | libavformat/rtsp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h index 3321440add..a41032ddc3 100644 --- a/libavformat/rtsp.h +++ b/libavformat/rtsp.h @@ -84,7 +84,6 @@ void rtsp_parse_line(RTSPHeader *reply, const char *buf); extern int rtsp_default_protocols; extern int rtsp_rtp_port_min; extern int rtsp_rtp_port_max; -extern AVInputFormat rtsp_demuxer; int rtsp_pause(AVFormatContext *s); int rtsp_resume(AVFormatContext *s); |