diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2017-03-31 18:25:12 +0200 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2022-03-15 09:42:36 -0300 |
commit | 620d151e5cb095c3406a06a476d4b0bfaf7f0182 (patch) | |
tree | 00dd1eca8d72cf227247ec0ca6a071c7157f3505 /libavformat/rtsp.h | |
parent | b76e878f5b64587afa584e16ed8353c26d9cf10f (diff) | |
download | ffmpeg-620d151e5cb095c3406a06a476d4b0bfaf7f0182.tar.gz |
rtp: convert to new channel layout API
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/rtsp.h')
-rw-r--r-- | libavformat/rtsp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h index 8b64e29d70..3133bf61c1 100644 --- a/libavformat/rtsp.h +++ b/libavformat/rtsp.h @@ -75,7 +75,6 @@ enum RTSPControlTransport { #define RTSPS_DEFAULT_PORT 322 #define RTSP_MAX_TRANSPORTS 8 #define RTSP_TCP_MAX_PACKET_SIZE 1472 -#define RTSP_DEFAULT_NB_AUDIO_CHANNELS 1 #define RTSP_DEFAULT_AUDIO_SAMPLERATE 44100 #define RTSP_RTP_PORT_MIN 5000 #define RTSP_RTP_PORT_MAX 65000 |