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
9083e044
Commit
9083e044
authored
Sep 25, 2016
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ffmpeg: Fix bistream typos
Signed-off-by:
Michael Niedermayer
<
michael@niedermayer.cc
>
parent
5a70e56f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ffmpeg.c
ffmpeg.c
+1
-1
ffmpeg_opt.c
ffmpeg_opt.c
+1
-1
No files found.
ffmpeg.c
View file @
9083e044
...
...
@@ -2648,7 +2648,7 @@ static int init_output_bsfs(OutputStream *ost)
ret
=
av_bsf_init
(
ctx
);
if
(
ret
<
0
)
{
av_log
(
NULL
,
AV_LOG_ERROR
,
"Error initializing bistream filter: %s
\n
"
,
av_log
(
NULL
,
AV_LOG_ERROR
,
"Error initializing bi
t
stream filter: %s
\n
"
,
ost
->
bsf_ctx
[
i
]
->
filter
->
name
);
return
ret
;
}
...
...
ffmpeg_opt.c
View file @
9083e044
...
...
@@ -1345,7 +1345,7 @@ static OutputStream *new_output_stream(OptionsContext *o, AVFormatContext *oc, e
ret
=
av_bsf_alloc
(
filter
,
&
ost
->
bsf_ctx
[
ost
->
nb_bitstream_filters
]);
if
(
ret
<
0
)
{
av_log
(
NULL
,
AV_LOG_ERROR
,
"Error allocating a bistream filter context
\n
"
);
av_log
(
NULL
,
AV_LOG_ERROR
,
"Error allocating a bi
t
stream filter context
\n
"
);
exit_program
(
1
);
}
...
...
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