From 1c37744963acbeb1258ccda9bd772dd51da0479e Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Wed, 17 Oct 2012 15:24:46 +0300 Subject: rtsp: Vertically align a constant definition MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavformat/rtsp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/rtsp.h') diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h index d16c98ca8a..55326e9e05 100644 --- a/libavformat/rtsp.h +++ b/libavformat/rtsp.h @@ -390,7 +390,7 @@ typedef struct RTSPState { #define RTSP_FLAG_FILTER_SRC 0x1 /**< Filter incoming UDP packets - receive packets only from the right source address and port. */ -#define RTSP_FLAG_LISTEN 0x2 /**< Wait for incoming connections. */ +#define RTSP_FLAG_LISTEN 0x2 /**< Wait for incoming connections. */ /** * Describe a single stream, as identified by a single m= line block in the -- cgit v1.2.3