Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
bf12844b
Commit
bf12844b
authored
Dec 01, 2014
by
André Hentschel
Committed by
Alexandre Julliard
Dec 02, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quartz: Remove unused code (Clang).
parent
065e4770
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
12 deletions
+0
-12
acmwrapper.c
dlls/quartz/acmwrapper.c
+0
-5
avidec.c
dlls/quartz/avidec.c
+0
-5
dsoundrender.c
dlls/quartz/dsoundrender.c
+0
-1
mpegsplit.c
dlls/quartz/mpegsplit.c
+0
-1
No files found.
dlls/quartz/acmwrapper.c
View file @
bf12844b
...
...
@@ -58,11 +58,6 @@ static inline ACMWrapperImpl *impl_from_TransformFilter( TransformFilter *iface
return
CONTAINING_RECORD
(
iface
,
ACMWrapperImpl
,
tf
.
filter
);
}
static
inline
ACMWrapperImpl
*
impl_from_IBaseFilter
(
IBaseFilter
*
iface
)
{
return
CONTAINING_RECORD
(
iface
,
ACMWrapperImpl
,
tf
.
filter
.
IBaseFilter_iface
);
}
static
HRESULT
WINAPI
ACMWrapper_Receive
(
TransformFilter
*
tf
,
IMediaSample
*
pSample
)
{
ACMWrapperImpl
*
This
=
impl_from_TransformFilter
(
tf
);
...
...
dlls/quartz/avidec.c
View file @
bf12844b
...
...
@@ -52,11 +52,6 @@ typedef struct AVIDecImpl
static
const
IBaseFilterVtbl
AVIDec_Vtbl
;
static
inline
AVIDecImpl
*
impl_from_IBaseFilter
(
IBaseFilter
*
iface
)
{
return
CONTAINING_RECORD
(
iface
,
AVIDecImpl
,
tf
.
filter
.
IBaseFilter_iface
);
}
static
inline
AVIDecImpl
*
impl_from_TransformFilter
(
TransformFilter
*
iface
)
{
return
CONTAINING_RECORD
(
iface
,
AVIDecImpl
,
tf
.
filter
);
...
...
dlls/quartz/dsoundrender.c
View file @
bf12844b
...
...
@@ -46,7 +46,6 @@ static const REFERENCE_TIME DSoundRenderer_Max_Fill = 150 * 10000;
static
const
IBaseFilterVtbl
DSoundRender_Vtbl
;
static
const
IBasicAudioVtbl
IBasicAudio_Vtbl
;
static
const
IReferenceClockVtbl
IReferenceClock_Vtbl
;
static
const
IMediaSeekingVtbl
IMediaSeeking_Vtbl
;
static
const
IAMDirectSoundVtbl
IAMDirectSound_Vtbl
;
static
const
IAMFilterMiscFlagsVtbl
IAMFilterMiscFlags_Vtbl
;
...
...
dlls/quartz/mpegsplit.c
View file @
bf12844b
...
...
@@ -96,7 +96,6 @@ static int MPEGSplitter_head_check(const BYTE *header)
}
static
const
WCHAR
wszAudioStream
[]
=
{
'A'
,
'u'
,
'd'
,
'i'
,
'o'
,
0
};
static
const
WCHAR
wszVideoStream
[]
=
{
'V'
,
'i'
,
'd'
,
'e'
,
'o'
,
0
};
static
const
DWORD
freqs
[
10
]
=
{
44100
,
48000
,
32000
,
22050
,
24000
,
16000
,
11025
,
12000
,
8000
,
0
};
...
...
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