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
552ce687
Commit
552ce687
authored
Sep 08, 2014
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert the default for ffplay to -noautoexit.
Reviewed-by: Marton Balint
parent
42b4da75
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
3 deletions
+1
-3
Changelog
Changelog
+0
-1
RELEASE_NOTES
RELEASE_NOTES
+0
-1
ffplay.c
ffplay.c
+1
-1
No files found.
Changelog
View file @
552ce687
...
...
@@ -14,7 +14,6 @@ version <next>:
- Matroska 3D support thorugh side data
- HTML generation using texi2html is deprecated in favor of makeinfo/texi2any
- silenceremove filter
- ffplay now exits by default at the end of playback
version 2.3:
...
...
RELEASE_NOTES
View file @
552ce687
...
...
@@ -59,4 +59,3 @@
• libmodplug is now detected through pkg-config
• HTML documentation generation through texi2html is deprecated in
favor of makeinfo/texi2any
• ffplay now exits by default at the end of playback
ffplay.c
View file @
552ce687
...
...
@@ -311,7 +311,7 @@ static int fast = 0;
static
int
genpts
=
0
;
static
int
lowres
=
0
;
static
int
decoder_reorder_pts
=
-
1
;
static
int
autoexit
=
1
;
static
int
autoexit
;
static
int
exit_on_keydown
;
static
int
exit_on_mousedown
;
static
int
loop
=
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