Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
4ff21256
Commit
4ff21256
authored
Feb 22, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DShow: Header File renaming
parent
77b92802
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
4 deletions
+4
-4
modules/access/dshow/Modules.am
modules/access/dshow/Modules.am
+1
-1
modules/access/dshow/access.h
modules/access/dshow/access.h
+0
-0
modules/access/dshow/crossbar.cpp
modules/access/dshow/crossbar.cpp
+1
-1
modules/access/dshow/dshow.cpp
modules/access/dshow/dshow.cpp
+1
-1
modules/access/dshow/filter.cpp
modules/access/dshow/filter.cpp
+1
-1
No files found.
modules/access/dshow/Modules.am
View file @
4ff21256
SOURCES_dshow = dshow.cpp
common
.h filter.cpp filter.h crossbar.cpp
SOURCES_dshow = dshow.cpp
access
.h filter.cpp filter.h crossbar.cpp
modules/access/dshow/
common
.h
→
modules/access/dshow/
access
.h
View file @
4ff21256
File moved
modules/access/dshow/crossbar.cpp
View file @
4ff21256
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
# define QACONTAINERFLAGS QACONTAINERFLAGS_ANOTHERSOMETHINGELSE
# define QACONTAINERFLAGS QACONTAINERFLAGS_ANOTHERSOMETHINGELSE
#endif
#endif
#include "
common
.h"
#include "
access
.h"
...
...
modules/access/dshow/dshow.cpp
View file @
4ff21256
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
#include <vlc_dialog.h>
/* dialog_Fatal */
#include <vlc_dialog.h>
/* dialog_Fatal */
#include <vlc_charset.h>
/* FromWide */
#include <vlc_charset.h>
/* FromWide */
#include "
common
.h"
#include "
access
.h"
#include "filter.h"
#include "filter.h"
const
GUID
IID_IAMStreamConfig
=
{
0xC6E13340
,
0x30AC
,
0x11d0
,
{
0xA1
,
0x8C
,
0x00
,
0xA0
,
0xC9
,
0x11
,
0x89
,
0x56
}};
const
GUID
IID_IAMStreamConfig
=
{
0xC6E13340
,
0x30AC
,
0x11d0
,
{
0xA1
,
0x8C
,
0x00
,
0xA0
,
0xC9
,
0x11
,
0x89
,
0x56
}};
...
...
modules/access/dshow/filter.cpp
View file @
4ff21256
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
# define QACONTAINERFLAGS QACONTAINERFLAGS_SOMETHINGELSE
# define QACONTAINERFLAGS QACONTAINERFLAGS_SOMETHINGELSE
#endif
#endif
#include "
common
.h"
#include "
access
.h"
#include "filter.h"
#include "filter.h"
#define DEBUG_DSHOW 1
#define DEBUG_DSHOW 1
...
...
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