Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
2901cc9a
Commit
2901cc9a
authored
Aug 07, 2010
by
Reinhard Tartler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix spelling in comment(s)
Originally committed as revision 24737 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
b70c95e0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
alsdec.c
libavcodec/alsdec.c
+1
-1
rtsp.c
libavformat/rtsp.c
+1
-1
No files found.
libavcodec/alsdec.c
View file @
2901cc9a
...
...
@@ -41,7 +41,7 @@
#include <stdint.h>
/** Rice parameters and corresponding index offsets for decoding the
* indices of scaled PARCOR values. The table cho
o
sen 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
]
=
{
...
...
libavformat/rtsp.c
View file @
2901cc9a
...
...
@@ -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 cho
o
sen */
/* 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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment