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
e16190fa
Commit
e16190fa
authored
Jul 24, 2008
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetics: typo fixes
Originally committed as revision 14376 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
3a459ebe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
ffmpeg.c
ffmpeg.c
+1
-1
ffserver.c
ffserver.c
+2
-3
No files found.
ffmpeg.c
View file @
e16190fa
...
...
@@ -2235,7 +2235,7 @@ static int opt_default(const char *opt, const char *arg){
// av_log(NULL, AV_LOG_ERROR, "%s:%s: %f 0x%0X\n", opt, arg, av_get_double(avctx_opts, opt, NULL), (int)av_get_int(avctx_opts, opt, NULL));
//FIXME we should always use avctx_opts, ... for storing options so there w
ont be any need to keep track of whats
set over this
//FIXME we should always use avctx_opts, ... for storing options so there w
ill not be any need to keep track of what i
set over this
opt_names
=
av_realloc
(
opt_names
,
sizeof
(
void
*
)
*
(
opt_name_count
+
1
));
opt_names
[
opt_name_count
++
]
=
o
->
name
;
...
...
ffserver.c
View file @
e16190fa
...
...
@@ -1497,9 +1497,8 @@ static int http_parse_request(HTTPContext *c)
if
(
c
->
post
)
{
/* if post, it means a feed is being sent */
if
(
!
stream
->
is_feed
)
{
/* However it might be a status report from WMP! Lets log the data
* as it might come in handy one day
*/
/* However it might be a status report from WMP! Let us log the
* data as it might come in handy one day. */
char
*
logline
=
0
;
int
client_id
=
0
;
...
...
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