Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
magic-lantern
magic-lantern
Commits
d445af251d21
Commit
38f9f94e
authored
Aug 09, 2014
by
Albert Shih
Browse files
mlv_play: proper black level for MLV playback
--HG-- branch : mlv_play
parent
8eab7db10953
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/mlv_play/mlv_play.c
View file @
d445af25
...
...
@@ -1801,6 +1801,9 @@ static void mlv_play_mlv(char *filename, FILE **chunk_files, uint32_t chunk_coun
buffer
->
xRes
=
rawi_block
.
xRes
;
buffer
->
yRes
=
rawi_block
.
yRes
;
buffer
->
bitDepth
=
rawi_block
.
raw_info
.
bits_per_pixel
;
raw_info
.
black_level
=
rawi_block
.
raw_info
.
black_level
;
raw_info
.
white_level
=
rawi_block
.
raw_info
.
white_level
;
if
(
mlv_play_exact_fps
)
{
...
...
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