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
10d96d8d
Commit
10d96d8d
authored
Aug 14, 2014
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avfilter/select: re-align a few comments
parent
5c7899a4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
f_select.c
libavfilter/f_select.c
+2
-2
No files found.
libavfilter/f_select.c
View file @
10d96d8d
...
@@ -142,8 +142,8 @@ typedef struct SelectContext {
...
@@ -142,8 +142,8 @@ typedef struct SelectContext {
double
var_values
[
VAR_VARS_NB
];
double
var_values
[
VAR_VARS_NB
];
int
do_scene_detect
;
///< 1 if the expression requires scene detection variables, 0 otherwise
int
do_scene_detect
;
///< 1 if the expression requires scene detection variables, 0 otherwise
av_pixelutils_sad_fn
sad
;
///< Sum of the absolute difference function (scene detect only)
av_pixelutils_sad_fn
sad
;
///< Sum of the absolute difference function (scene detect only)
double
prev_mafd
;
///< previous MAFD
(scene detect only)
double
prev_mafd
;
///< previous MAFD (scene detect only)
AVFrame
*
prev_picref
;
///< previous frame
(scene detect only)
AVFrame
*
prev_picref
;
///< previous frame
(scene detect only)
double
select
;
double
select
;
int
select_out
;
///< mark the selected output pad index
int
select_out
;
///< mark the selected output pad index
int
nb_outputs
;
int
nb_outputs
;
...
...
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