# HG changeset patch # User benoit # Date 1224747016 0 # Node ID a591c3736fd8249fd7b69904c156fc48983232a0 # Parent e70975d5ff8076ea554dbae1175bd1c895544055 Revert r15653. Was "Copy pts for each raw encoded frame." It causes problems as timestamps management when video sync is zero needs rework in ffmpeg.c. diff -r e70975d5ff80 -r a591c3736fd8 rawenc.c --- a/rawenc.c Tue Oct 21 21:40:24 2008 +0000 +++ b/rawenc.c Thu Oct 23 07:30:16 2008 +0000 @@ -40,7 +40,6 @@ static int raw_encode(AVCodecContext *avctx, unsigned char *frame, int buf_size, void *data) { - avctx->coded_frame->pts = ((AVFrame *)data)->pts; return avpicture_layout((AVPicture *)data, avctx->pix_fmt, avctx->width, avctx->height, frame, buf_size); }