diff options
author | Martin Storsjö <martin@martin.st> | 2012-10-17 15:24:46 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-10-18 23:10:42 +0300 |
commit | 1c37744963acbeb1258ccda9bd772dd51da0479e (patch) | |
tree | 8aecd52e6337063fdba95c0d6ada0d007b9c944d /libavformat/rtsp.h | |
parent | 0de9380be54e9ccf49631a93f49cff8b8329ec54 (diff) | |
download | ffmpeg-1c37744963acbeb1258ccda9bd772dd51da0479e.tar.gz |
rtsp: Vertically align a constant definition
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/rtsp.h')
-rw-r--r-- | libavformat/rtsp.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |