mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
Merge commit 'dab2034b8679aaacd8aef832cdeb71d0ee8a3358'
* commit 'dab2034b8679aaacd8aef832cdeb71d0ee8a3358': roqvideoenc: Drop broken disabled cruft Merged-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
commit
4ded6f9b31
@ -736,21 +736,6 @@ static void reconstruct_and_encode_image(RoqContext *enc, RoqTempdata *tempData,
|
|||||||
/* Flush the remainder of the argument/type spool */
|
/* Flush the remainder of the argument/type spool */
|
||||||
while (spool.typeSpoolLength)
|
while (spool.typeSpoolLength)
|
||||||
write_typecode(&spool, 0x0);
|
write_typecode(&spool, 0x0);
|
||||||
|
|
||||||
#if 0
|
|
||||||
uint8_t *fdata[3] = {enc->frame_to_enc->data[0],
|
|
||||||
enc->frame_to_enc->data[1],
|
|
||||||
enc->frame_to_enc->data[2]};
|
|
||||||
uint8_t *cdata[3] = {enc->current_frame->data[0],
|
|
||||||
enc->current_frame->data[1],
|
|
||||||
enc->current_frame->data[2]};
|
|
||||||
av_log(enc->avctx, AV_LOG_ERROR, "Expected distortion: %i Actual: %i\n",
|
|
||||||
dist,
|
|
||||||
block_sse(fdata, cdata, 0, 0, 0, 0,
|
|
||||||
enc->frame_to_enc->linesize,
|
|
||||||
enc->current_frame->linesize,
|
|
||||||
enc->width)); //WARNING: Square dimensions implied...
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user