Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
obs-studio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yunxiang Li
obs-studio
Commits
05b936e5
Commit
05b936e5
authored
11 years ago
by
Jim
Browse files
Options
Downloads
Patches
Plain Diff
Make some admends to obs-source.h documentation
parent
8e81d8be
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
libobs/obs-source.h
+10
-10
10 additions, 10 deletions
libobs/obs-source.h
with
10 additions
and
10 deletions
libobs/obs-source.h
+
10
−
10
View file @
05b936e5
...
...
@@ -73,7 +73,7 @@ extern "C" {
*
* When this is used, the video_render callback will automatically assign a
* 4x4 YUV->RGB matrix to the "color_matrix" parameter of the effect, or it can
* be
overwritten with
a custom value.
* be
changed to
a custom value.
*/
#define OBS_SOURCE_COLOR_MATRIX (1<<4)
...
...
@@ -92,9 +92,9 @@ struct obs_source_info {
/**
* Type of source.
*
* OBS_SOURCE_INPUT for input sources,
* OBS_SOURCE_FILTER for filter sources, and
* OBS_SOURCE_TRANSITION for transition sources.
* OBS_SOURCE_
TYPE_
INPUT for input sources,
* OBS_SOURCE_
TYPE_
FILTER for filter sources, and
* OBS_SOURCE_
TYPE_
TRANSITION for transition sources.
*/
enum
obs_source_type
type
;
...
...
@@ -173,7 +173,7 @@ struct obs_source_info {
* draw handling as desired as well.
*
* If the source output flags do not include SOURCE_CUSTOM_DRAW, all
* a source needs to do is set the "
output
" parameter of the effect to
* a source needs to do is set the "
image
" parameter of the effect to
* the desired texture, and then draw. If the output flags include
* SOURCE_COLOR_MATRIX, you may optionally set the the "color_matrix"
* parameter of the effect to a custom 4x4 conversion matrix (by
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment