Skip to content
GitLab
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
82d99257
Commit
82d99257
authored
Dec 05, 2011
by
Yaowu Xu
Browse files
removed leftover code from a couple merge problems.
Change-Id: I17d9c1246d69e102297ec1c3efb359691b3da313
parent
8a40d2f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
vp8/decoder/onyxd_if.c
View file @
82d99257
...
...
@@ -117,8 +117,6 @@ void write_dx_frame_to_file(YV12_BUFFER_CONFIG *frame, int this_frame)
}
#endif
void
vp8dx_initialize
()
{
static
int
init_done
=
0
;
...
...
@@ -583,17 +581,11 @@ int vp8dx_receive_compressed_data(VP8D_PTR ptr, unsigned long size, const unsign
#if WRITE_RECON_BUFFER
if
(
cm
->
show_frame
)
<<<<<<<
HEAD
write_dx_frame_to_file
(
cm
->
frame_to_show
,
cm
->
current_video_frame
);
else
write_dx_frame_to_file
(
cm
->
frame_to_show
,
cm
->
current_video_frame
+
1000
);
=======
write_dx_frame_to_file
(
cm
->
frame_to_show
,
cm
->
current_video_frame
);
else
write_dx_frame_to_file
(
cm
->
frame_to_show
,
cm
->
current_video_frame
+
1000
);
>>>>>>>
added
separate
entropy
context
for
alt_ref
#endif
if
(
cm
->
filter_level
)
...
...
vp8/encoder/onyx_if.c
View file @
82d99257
...
...
@@ -4521,17 +4521,11 @@ static void encode_frame_to_data_rate
#if WRITE_RECON_BUFFER
if
(
cm
->
show_frame
)
<<<<<<<
HEAD
write_cx_frame_to_file
(
cm
->
frame_to_show
,
cm
->
current_video_frame
);
else
write_cx_frame_to_file
(
cm
->
frame_to_show
,
cm
->
current_video_frame
+
1000
);
=======
write_cx_frame_to_file
(
cm
->
frame_to_show
,
cm
->
current_video_frame
);
else
write_cx_frame_to_file
(
cm
->
frame_to_show
,
cm
->
current_video_frame
+
1000
);
>>>>>>>
added
separate
entropy
context
for
alt_ref
#endif
#if CONFIG_MULTITHREAD
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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