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
11cd727f
Commit
11cd727f
authored
Aug 20, 2014
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vsrc_movie: Adjust a silly typo from
b977b287
parent
67a7695c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vsrc_movie.c
libavfilter/vsrc_movie.c
+1
-1
No files found.
libavfilter/vsrc_movie.c
View file @
11cd727f
...
@@ -226,7 +226,7 @@ static int movie_get_frame(AVFilterLink *outlink)
...
@@ -226,7 +226,7 @@ static int movie_get_frame(AVFilterLink *outlink)
"movie_get_frame(): file:'%s' pts:%"
PRId64
" time:%f aspect:%d/%d
\n
"
,
"movie_get_frame(): file:'%s' pts:%"
PRId64
" time:%f aspect:%d/%d
\n
"
,
movie
->
file_name
,
movie
->
frame
->
pts
,
movie
->
file_name
,
movie
->
frame
->
pts
,
(
double
)
movie
->
frame
->
pts
*
(
double
)
movie
->
frame
->
pts
*
av_q2d
(
movie
->
format_ctx
->
streams
[
movie
->
stream_index
]),
av_q2d
(
movie
->
format_ctx
->
streams
[
movie
->
stream_index
]
->
time_base
),
movie
->
frame
->
sample_aspect_ratio
.
num
,
movie
->
frame
->
sample_aspect_ratio
.
num
,
movie
->
frame
->
sample_aspect_ratio
.
den
);
movie
->
frame
->
sample_aspect_ratio
.
den
);
// We got it. Free the packet since we are returning
// We got it. Free the packet since we are returning
...
...
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