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
c9e5acad
Commit
c9e5acad
authored
Feb 03, 2012
by
Ramiro Polla
Committed by
Michael Niedermayer
Feb 03, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dshow: fix AVInputFormat declaration after ABI breakage
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
d77294c5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
9 deletions
+8
-9
dshow.c
libavdevice/dshow.c
+8
-9
No files found.
libavdevice/dshow.c
View file @
c9e5acad
...
@@ -961,13 +961,12 @@ static const AVClass dshow_class = {
...
@@ -961,13 +961,12 @@ static const AVClass dshow_class = {
};
};
AVInputFormat
ff_dshow_demuxer
=
{
AVInputFormat
ff_dshow_demuxer
=
{
"dshow"
,
.
name
=
"dshow"
,
NULL_IF_CONFIG_SMALL
(
"DirectShow capture"
),
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"DirectShow capture"
),
sizeof
(
struct
dshow_ctx
),
.
priv_data_size
=
sizeof
(
struct
dshow_ctx
),
NULL
,
.
read_header
=
dshow_read_header
,
dshow_read_header
,
.
read_packet
=
dshow_read_packet
,
dshow_read_packet
,
.
read_close
=
dshow_read_close
,
dshow_read_close
,
.
flags
=
AVFMT_NOFILE
,
.
flags
=
AVFMT_NOFILE
,
.
priv_class
=
&
dshow_class
,
.
priv_class
=
&
dshow_class
,
};
};
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