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
c70e8523
Commit
c70e8523
authored
Aug 27, 2011
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vsrc_testsrc: set more properties in the output frames
parent
bf917e26
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
vsrc_testsrc.c
libavfilter/vsrc_testsrc.c
+4
-0
No files found.
libavfilter/vsrc_testsrc.c
View file @
c70e8523
...
...
@@ -132,6 +132,10 @@ static int request_frame(AVFilterLink *outlink)
picref
=
avfilter_get_video_buffer
(
outlink
,
AV_PERM_WRITE
,
test
->
w
,
test
->
h
);
picref
->
pts
=
test
->
pts
++
;
picref
->
pos
=
-
1
;
picref
->
video
->
key_frame
=
1
;
picref
->
video
->
interlaced
=
0
;
picref
->
video
->
pict_type
=
AV_PICTURE_TYPE_I
;
picref
->
video
->
sample_aspect_ratio
=
test
->
sar
;
test
->
nb_frame
++
;
test
->
fill_picture_fn
(
outlink
->
src
,
picref
);
...
...
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