Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
4a22ea4d
Commit
4a22ea4d
authored
Apr 22, 2011
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ffplay: rename video_refresh_timer() to video_refresh()
The new name is shorter and less confusing.
parent
8adf9bb2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ffplay.c
ffplay.c
+2
-2
No files found.
ffplay.c
View file @
4a22ea4d
...
...
@@ -1117,7 +1117,7 @@ static double compute_target_time(double frame_current_pts, VideoState *is)
}
/* called to display each frame */
static
void
video_refresh
_timer
(
void
*
opaque
)
static
void
video_refresh
(
void
*
opaque
)
{
VideoState
*
is
=
opaque
;
VideoPicture
*
vp
;
...
...
@@ -2872,7 +2872,7 @@ static void event_loop(void)
alloc_picture
(
event
.
user
.
data1
);
break
;
case
FF_REFRESH_EVENT
:
video_refresh
_timer
(
event
.
user
.
data1
);
video_refresh
(
event
.
user
.
data1
);
cur_stream
->
refresh
=
0
;
break
;
default:
...
...
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