comparison mpegvideo.c @ 207:6954f2830e4a libavcodec

(commit by michael) emms
author arpi_esp
date Tue, 15 Jan 2002 05:02:26 +0000
parents 994aa8623443
children 2eb04d6be309
comparison
equal deleted inserted replaced
206:994aa8623443 207:6954f2830e4a
428 draw_edges(s->current_picture[0], s->linesize, s->width, s->height, EDGE_WIDTH); 428 draw_edges(s->current_picture[0], s->linesize, s->width, s->height, EDGE_WIDTH);
429 draw_edges(s->current_picture[1], s->linesize/2, s->width/2, s->height/2, EDGE_WIDTH/2); 429 draw_edges(s->current_picture[1], s->linesize/2, s->width/2, s->height/2, EDGE_WIDTH/2);
430 draw_edges(s->current_picture[2], s->linesize/2, s->width/2, s->height/2, EDGE_WIDTH/2); 430 draw_edges(s->current_picture[2], s->linesize/2, s->width/2, s->height/2, EDGE_WIDTH/2);
431 } 431 }
432 } 432 }
433 emms_c();
433 } 434 }
434 435
435 int MPV_encode_picture(AVCodecContext *avctx, 436 int MPV_encode_picture(AVCodecContext *avctx,
436 unsigned char *buf, int buf_size, void *data) 437 unsigned char *buf, int buf_size, void *data)
437 { 438 {