Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yushin Cho
aom-rav1e
Commits
a97b23ba
Commit
a97b23ba
authored
Jan 22, 2014
by
Dmitry Kovalev
Browse files
vpxdec: Disable writing of Y4M header when --md5 argument is specified.
Change-Id: I2380b1b80f48496732b69c8255a485024d375f0f
parent
79b9baa9
Changes
1
Hide whitespace changes
Inline
Side-by-side
vpxdec.c
View file @
a97b23ba
...
...
@@ -840,7 +840,7 @@ int main_loop(int argc, const char **argv_) {
show_progress
(
frame_in
,
frame_out
,
dx_time
);
if
(
!
noblit
)
{
if
(
frame_out
==
1
&&
img
&&
use_y4m
&&
single_file
)
if
(
frame_out
==
1
&&
img
&&
single_file
&&
!
do_md5
&&
use_y4m
)
y4m_write_file_header
(
outfile
,
vpx_input_ctx
.
width
,
vpx_input_ctx
.
height
,
&
vpx_input_ctx
.
framerate
,
img
->
fmt
);
...
...
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