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
315fa33f
Commit
315fa33f
authored
Sep 04, 2009
by
Ramiro Polla
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Indent.
Originally committed as revision 19757 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
a9decf00
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
vfwcap.c
libavdevice/vfwcap.c
+9
-9
No files found.
libavdevice/vfwcap.c
View file @
315fa33f
...
...
@@ -295,15 +295,15 @@ static int vfw_read_header(AVFormatContext *s, AVFormatParameters *ap)
bi
->
bmiHeader
.
biHeight
=
height
;
if
(
0
)
{
/* For testing yet unsupported compressions
* Copy these values from user-supplied verbose information */
bi
->
bmiHeader
.
biWidth
=
320
;
bi
->
bmiHeader
.
biHeight
=
240
;
bi
->
bmiHeader
.
biPlanes
=
1
;
bi
->
bmiHeader
.
biBitCount
=
12
;
bi
->
bmiHeader
.
biCompression
=
MKTAG
(
'I'
,
'4'
,
'2'
,
'0'
);
bi
->
bmiHeader
.
biSizeImage
=
115200
;
dump_bih
(
s
,
&
bi
->
bmiHeader
);
/* For testing yet unsupported compressions
* Copy these values from user-supplied verbose information */
bi
->
bmiHeader
.
biWidth
=
320
;
bi
->
bmiHeader
.
biHeight
=
240
;
bi
->
bmiHeader
.
biPlanes
=
1
;
bi
->
bmiHeader
.
biBitCount
=
12
;
bi
->
bmiHeader
.
biCompression
=
MKTAG
(
'I'
,
'4'
,
'2'
,
'0'
);
bi
->
bmiHeader
.
biSizeImage
=
115200
;
dump_bih
(
s
,
&
bi
->
bmiHeader
);
}
ret
=
SendMessage
(
ctx
->
hwnd
,
WM_CAP_SET_VIDEOFORMAT
,
bisize
,
(
LPARAM
)
bi
);
...
...
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