diff options
author | Reinhard Tartler <siretart@tauware.de> | 2010-08-07 14:11:43 +0000 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2010-08-07 14:11:43 +0000 |
commit | 2901cc9a9581bd41d60d37087bfefe7e862e2a26 (patch) | |
tree | 35285169086bd77daae5b4ca8d0e228401182c36 | |
parent | b70c95e05a9a344e06fc4db896217ee372913d39 (diff) | |
download | ffmpeg-2901cc9a9581bd41d60d37087bfefe7e862e2a26.tar.gz |
Fix spelling in comment(s)
Originally committed as revision 24737 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/alsdec.c | 2 | ||||
-rw-r--r-- | libavformat/rtsp.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/alsdec.c b/libavcodec/alsdec.c index bbcbb70652..352506b159 100644 --- a/libavcodec/alsdec.c +++ b/libavcodec/alsdec.c @@ -41,7 +41,7 @@ #include <stdint.h> /** 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. */ static const int8_t parcor_rice_table[3][20][2] = { diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index 24a7fb0056..4844e19980 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -1129,7 +1129,7 @@ static int make_setup_request(AVFormatContext *s, const char *host, int port, 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 && (lower_transport == RTSP_LOWER_TRANSPORT_UDP)) { url_close(rtsp_st->rtp_handle); |