You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Fix spelling in comment(s)
Originally committed as revision 24737 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -41,7 +41,7 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
/** Rice parameters and corresponding index offsets for decoding the
|
/** Rice parameters and corresponding index offsets for decoding the
|
||||||
* indices of scaled PARCOR values. The table choosen is set globally
|
* indices of scaled PARCOR values. The table chosen is set globally
|
||||||
* by the encoder and stored in ALSSpecificConfig.
|
* by the encoder and stored in ALSSpecificConfig.
|
||||||
*/
|
*/
|
||||||
static const int8_t parcor_rice_table[3][20][2] = {
|
static const int8_t parcor_rice_table[3][20][2] = {
|
||||||
|
@@ -1129,7 +1129,7 @@ static int make_setup_request(AVFormatContext *s, const char *host, int port,
|
|||||||
rt->transport = reply->transports[0].transport;
|
rt->transport = reply->transports[0].transport;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* close RTP connection if not choosen */
|
/* close RTP connection if not chosen */
|
||||||
if (reply->transports[0].lower_transport != RTSP_LOWER_TRANSPORT_UDP &&
|
if (reply->transports[0].lower_transport != RTSP_LOWER_TRANSPORT_UDP &&
|
||||||
(lower_transport == RTSP_LOWER_TRANSPORT_UDP)) {
|
(lower_transport == RTSP_LOWER_TRANSPORT_UDP)) {
|
||||||
url_close(rtsp_st->rtp_handle);
|
url_close(rtsp_st->rtp_handle);
|
||||||
|
Reference in New Issue
Block a user