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
6387c3e6
Commit
6387c3e6
authored
Apr 30, 2004
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-bug
Originally committed as revision 3098 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
d01dbeb8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
ffplay.c
ffplay.c
+3
-0
No files found.
ffplay.c
View file @
6387c3e6
...
...
@@ -169,6 +169,7 @@ static int debug = 0;
static
int
debug_mv
=
0
;
static
int
step
=
0
;
static
int
thread_count
=
1
;
static
int
workaround_bugs
=
1
;
/* current context */
static
int
is_full_screen
;
...
...
@@ -1169,6 +1170,7 @@ static int stream_component_open(VideoState *is, int stream_index)
codec
=
avcodec_find_decoder
(
enc
->
codec_id
);
enc
->
debug_mv
=
debug_mv
;
enc
->
debug
=
debug
;
enc
->
workaround_bugs
=
workaround_bugs
;
if
(
!
codec
||
avcodec_open
(
enc
,
codec
)
<
0
)
return
-
1
;
...
...
@@ -1824,6 +1826,7 @@ const OptionDef options[] = {
{
"img"
,
HAS_ARG
,
{(
void
*
)
opt_image_format
},
"force image format"
,
"img_fmt"
},
{
"stats"
,
OPT_BOOL
|
OPT_EXPERT
,
{(
void
*
)
&
show_status
},
"show status"
,
""
},
{
"debug"
,
HAS_ARG
|
OPT_EXPERT
,
{(
void
*
)
opt_debug
},
"print specific debug info"
,
""
},
{
"bug"
,
OPT_INT
|
HAS_ARG
|
OPT_EXPERT
,
{(
void
*
)
&
workaround_bugs
},
"workaround bugs"
,
""
},
{
"vismv"
,
HAS_ARG
|
OPT_EXPERT
,
{(
void
*
)
opt_vismv
},
"visualize motion vectors"
,
""
},
#ifdef CONFIG_NETWORK
{
"rtp_tcp"
,
OPT_EXPERT
,
{(
void
*
)
&
opt_rtp_tcp
},
"force RTP/TCP protocol usage"
,
""
},
...
...
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