removed leftover code from a couple merge problems.
Change-Id: I17d9c1246d69e102297ec1c3efb359691b3da313
This commit is contained in:
Родитель
8a40d2f5e6
Коммит
82d99257f2
|
@ -117,8 +117,6 @@ void write_dx_frame_to_file(YV12_BUFFER_CONFIG *frame, int this_frame)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
void vp8dx_initialize()
|
void vp8dx_initialize()
|
||||||
{
|
{
|
||||||
static int init_done = 0;
|
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 WRITE_RECON_BUFFER
|
||||||
if(cm->show_frame)
|
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,
|
write_dx_frame_to_file(cm->frame_to_show,
|
||||||
cm->current_video_frame);
|
cm->current_video_frame);
|
||||||
else
|
else
|
||||||
write_dx_frame_to_file(cm->frame_to_show,
|
write_dx_frame_to_file(cm->frame_to_show,
|
||||||
cm->current_video_frame+1000);
|
cm->current_video_frame+1000);
|
||||||
>>>>>>> added separate entropy context for alt_ref
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if(cm->filter_level)
|
if(cm->filter_level)
|
||||||
|
|
|
@ -4521,17 +4521,11 @@ static void encode_frame_to_data_rate
|
||||||
|
|
||||||
#if WRITE_RECON_BUFFER
|
#if WRITE_RECON_BUFFER
|
||||||
if(cm->show_frame)
|
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,
|
write_cx_frame_to_file(cm->frame_to_show,
|
||||||
cm->current_video_frame);
|
cm->current_video_frame);
|
||||||
else
|
else
|
||||||
write_cx_frame_to_file(cm->frame_to_show,
|
write_cx_frame_to_file(cm->frame_to_show,
|
||||||
cm->current_video_frame+1000);
|
cm->current_video_frame+1000);
|
||||||
>>>>>>> added separate entropy context for alt_ref
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if CONFIG_MULTITHREAD
|
#if CONFIG_MULTITHREAD
|
||||||
|
|
Загрузка…
Ссылка в новой задаче