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
cd76eb8f
Commit
cd76eb8f
authored
Mar 27, 2016
by
Lou Logan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavd/dshow_crossbar: remove trailing whitespace
Signed-off-by:
Lou Logan
<
lou@lrcd.com
>
parent
a55c953e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dshow_crossbar.c
libavdevice/dshow_crossbar.c
+2
-2
No files found.
libavdevice/dshow_crossbar.c
View file @
cd76eb8f
...
...
@@ -167,7 +167,7 @@ dshow_try_setup_crossbar_options(ICaptureGraphBuilder2 *graph_builder2,
}
if
(
devtype
==
VideoDevice
&&
ctx
->
show_analog_tv_tuner_dialog
)
{
hr
=
ICaptureGraphBuilder2_FindInterface
(
graph_builder2
,
&
LOOK_UPSTREAM_ONLY
,
NULL
,
hr
=
ICaptureGraphBuilder2_FindInterface
(
graph_builder2
,
&
LOOK_UPSTREAM_ONLY
,
NULL
,
device_filter
,
&
IID_IAMTVTuner
,
(
void
**
)
&
tv_tuner_filter
);
if
(
hr
==
S_OK
)
{
hr
=
IAMCrossbar_QueryInterface
(
tv_tuner_filter
,
&
IID_IBaseFilter
,
(
void
**
)
&
tv_tuner_base_filter
);
...
...
@@ -179,7 +179,7 @@ dshow_try_setup_crossbar_options(ICaptureGraphBuilder2 *graph_builder2,
}
}
if
(
devtype
==
AudioDevice
&&
ctx
->
show_analog_tv_tuner_audio_dialog
)
{
hr
=
ICaptureGraphBuilder2_FindInterface
(
graph_builder2
,
&
LOOK_UPSTREAM_ONLY
,
NULL
,
hr
=
ICaptureGraphBuilder2_FindInterface
(
graph_builder2
,
&
LOOK_UPSTREAM_ONLY
,
NULL
,
device_filter
,
&
IID_IAMTVAudio
,
(
void
**
)
&
tv_audio_filter
);
if
(
hr
==
S_OK
)
{
hr
=
IAMCrossbar_QueryInterface
(
tv_audio_filter
,
&
IID_IBaseFilter
,
(
void
**
)
&
tv_audio_base_filter
);
...
...
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