Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
8d10ff29
Commit
8d10ff29
authored
Feb 23, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DShow: cleaning and cosmetics
parent
a147691f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
15 deletions
+10
-15
modules/access/dshow/access.h
modules/access/dshow/access.h
+3
-5
modules/access/dshow/dshow.cpp
modules/access/dshow/dshow.cpp
+2
-0
modules/access/dshow/filter.h
modules/access/dshow/filter.h
+3
-4
modules/access/dshow/vlc_dshow.h
modules/access/dshow/vlc_dshow.h
+2
-6
No files found.
modules/access/dshow/access.h
View file @
8d10ff29
/*****************************************************************************
* common.h : DirectShow access module for vlc
* access.h : DirectShow access module for vlc
* access_sys_t definition
*****************************************************************************
* Copyright (C) 2002, 2004, 2010 the VideoLAN team
* Copyright (C) 2002, 2004, 2010
-2011
the VideoLAN team
* $Id$
*
* Author: Gildas Bazin <gbazin@videolan.org>
...
...
@@ -24,9 +25,6 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <string>
#include <list>
#include <deque>
using
namespace
std
;
#ifndef _MSC_VER
...
...
modules/access/dshow/dshow.cpp
View file @
8d10ff29
...
...
@@ -34,6 +34,8 @@
#define __STDC_FORMAT_MACROS 1
#define CFG_PREFIX "dshow-"
#include <inttypes.h>
#include <list>
#include <string>
#include <vlc_common.h>
#include <vlc_plugin.h>
...
...
modules/access/dshow/filter.h
View file @
8d10ff29
...
...
@@ -25,8 +25,7 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <string>
#include <list>
#include <deque>
using
namespace
std
;
...
...
@@ -58,8 +57,7 @@ typedef struct VLCMediaSample
}
VLCMediaSample
;
class
CaptureFilter
;
/* */
void
WINAPI
FreeMediaType
(
AM_MEDIA_TYPE
&
mt
);
HRESULT
WINAPI
CopyMediaType
(
AM_MEDIA_TYPE
*
pmtTarget
,
const
AM_MEDIA_TYPE
*
pmtSource
);
...
...
@@ -69,6 +67,7 @@ int GetFourCCFromMediaType(const AM_MEDIA_TYPE &media_type);
/****************************************************************************
* Declaration of our dummy directshow filter pin class
****************************************************************************/
class
CaptureFilter
;
class
CapturePin
:
public
IPin
,
public
IMemInputPin
{
friend
class
CaptureEnumMediaTypes
;
...
...
modules/access/dshow/vlc_dshow.h
View file @
8d10ff29
/*****************************************************************************
*
common
.h : DirectShow access module for vlc
*
vlc_dshow
.h : DirectShow access module for vlc
*****************************************************************************
* Copyright (C) 2002, 2004, 2010 the VideoLAN team
* Copyright (C) 2002, 2004, 2010
-2011
the VideoLAN team
* $Id$
*
* Author: Gildas Bazin <gbazin@videolan.org>
...
...
@@ -24,10 +24,6 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <string>
#include <list>
#include <deque>
using
namespace
std
;
#ifndef _MSC_VER
# include <wtypes.h>
...
...
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