diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-07-17 13:27:27 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-07-18 18:22:02 +0200 |
commit | 76e25dbca6eb6ea899baa042902bd038bd2e3056 (patch) | |
tree | 5db14ef7ee802239fbfb0dbd55c51a8dd051ed45 /libavformat/rtsp.h | |
parent | e463f0e9790b4ee00b1a0572e5de600476ee0618 (diff) | |
download | ffmpeg-76e25dbca6eb6ea899baa042902bd038bd2e3056.tar.gz |
rtsp: remove disabled code
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 372ed96e6f..265d9f837f 100644 --- a/libavformat/rtsp.h +++ b/libavformat/rtsp.h @@ -220,9 +220,6 @@ typedef struct RTSPState { * see rtsp_read_play() and rtsp_read_seek(). */ int64_t seek_timestamp; - /* XXX: currently we use unbuffered input */ - // AVIOContext rtsp_gb; - int seq; /**< RTSP command sequence number */ /** copy of RTSPMessageHeader->session_id, i.e. the server-provided session |