mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
rtsp: Vertically align a constant definition
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
0de9380be5
commit
1c37744963
@ -390,7 +390,7 @@ typedef struct RTSPState {
|
|||||||
#define RTSP_FLAG_FILTER_SRC 0x1 /**< Filter incoming UDP packets -
|
#define RTSP_FLAG_FILTER_SRC 0x1 /**< Filter incoming UDP packets -
|
||||||
receive packets only from the right
|
receive packets only from the right
|
||||||
source address and port. */
|
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
|
* Describe a single stream, as identified by a single m= line block in the
|
||||||
|
Loading…
Reference in New Issue
Block a user