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
7b4f7279
Commit
7b4f7279
authored
Apr 03, 2015
by
James Zern
Browse files
vp8_print_modes_and_motion_vectors: remove dead stores
Change-Id: I438cbf4970fa2220fb73b0b41a29e654836d4e3b
parent
44e36409
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/common/debugmodes.c
View file @
7b4f7279
...
...
@@ -81,7 +81,6 @@ void vp8_print_modes_and_motion_vectors(MODE_INFO *mi, int rows, int cols, int f
fprintf
(
mvs
,
"
\n
"
);
/* print out the block modes */
mb_index
=
0
;
fprintf
(
mvs
,
"Mbs for Frame %d
\n
"
,
frame
);
{
int
b_row
;
...
...
@@ -129,7 +128,6 @@ void vp8_print_modes_and_motion_vectors(MODE_INFO *mi, int rows, int cols, int f
/* print out the block modes */
mb_index
=
0
;
fprintf
(
mvs
,
"MVs for Frame %d
\n
"
,
frame
);
{
int
b_row
;
...
...
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