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
Xiph.Org
aom-rav1e
Commits
57b4a7f8
Commit
57b4a7f8
authored
Jan 22, 2014
by
Dmitry Kovalev
Committed by
Gerrit Code Review
Jan 22, 2014
Browse files
Merge "vpxdec: Disable writing of Y4M header when --md5 argument is specified."
parents
58b9c9fb
a97b23ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
vpxdec.c
View file @
57b4a7f8
...
...
@@ -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
Supports
Markdown
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