[FFmpeg-cvslog] rtsp: Vertically align a constant definition
Martin Storsjö
git at videolan.org
Fri Oct 19 14:10:06 CEST 2012
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Wed Oct 17 15:24:46 2012 +0300| [1c37744963acbeb1258ccda9bd772dd51da0479e] | committer: Martin Storsjö
rtsp: Vertically align a constant definition
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1c37744963acbeb1258ccda9bd772dd51da0479e
---
libavformat/rtsp.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h
index d16c98c..55326e9 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
More information about the ffmpeg-cvslog
mailing list