diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2008-08-31 17:23:01 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2008-08-31 17:23:01 +0000 |
commit | 75128a2273821076cef78e7674df72ac8e66bc2c (patch) | |
tree | 982aa03ccf583ff91004a6785112b77c0b827f3d /libavformat/rtsp.h | |
parent | 03f7e56896330f135c2a7f4b3e14dd66b09d9fad (diff) | |
download | ffmpeg-75128a2273821076cef78e7674df72ac8e66bc2c.tar.gz |
Revert back to old version (r15103).
Originally committed as revision 15122 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtsp.h')
-rw-r--r-- | libavformat/rtsp.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h index 537d4bf333..288f69776d 100644 --- a/libavformat/rtsp.h +++ b/libavformat/rtsp.h @@ -18,8 +18,8 @@ * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef AVFORMAT_RTSP_H -#define AVFORMAT_RTSP_H +#ifndef FFMPEG_RTSP_H +#define FFMPEG_RTSP_H #include <stdint.h> #include "avformat.h" @@ -62,7 +62,6 @@ typedef struct RTSPHeader { RTSPTransportField transports[RTSP_MAX_TRANSPORTS]; int seq; /**< sequence number */ char session_id[512]; - char real_challenge[64]; /**< the RealChallenge1 field from the server */ } RTSPHeader; /** the callback can be used to extend the connection setup/teardown step */ @@ -95,4 +94,4 @@ extern int rtsp_rtp_port_max; int rtsp_pause(AVFormatContext *s); int rtsp_resume(AVFormatContext *s); -#endif /* AVFORMAT_RTSP_H */ +#endif /* FFMPEG_RTSP_H */ |