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
fe66671b
Commit
fe66671b
authored
Oct 19, 2015
by
Vittorio Giovara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmdutils: Check for and report the correct codec capability
parent
3c5cf2a3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
cmdutils.c
cmdutils.c
+2
-2
No files found.
cmdutils.c
View file @
fe66671b
...
...
@@ -995,8 +995,8 @@ static void print_codec(const AVCodec *c)
if
(
c
->
capabilities
&
AV_CODEC_CAP_CHANNEL_CONF
)
printf
(
"chconf "
);
if
(
c
->
capabilities
&
AV_CODEC_CAP_PARAM_CHANGE
)
printf
(
"
small
"
);
if
(
c
->
capabilities
&
AV_CODEC_CAP_
PARAM_CHANG
E
)
printf
(
"
paramchange
"
);
if
(
c
->
capabilities
&
AV_CODEC_CAP_
VARIABLE_FRAME_SIZ
E
)
printf
(
"variable "
);
if
(
c
->
capabilities
&
(
AV_CODEC_CAP_FRAME_THREADS
|
AV_CODEC_CAP_SLICE_THREADS
|
...
...
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