Commit 1d0d7e50 authored by benoit's avatar benoit

Revert r15653.

Was "Copy pts for each raw encoded frame."


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15669 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 75a052e6
......@@ -40,7 +40,6 @@ static av_cold int raw_init_encoder(AVCodecContext *avctx)
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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment