From 67c63176ad5c4bf6498169959a63d032ff4df104 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 8 Feb 2012 16:59:16 +0100 Subject: [PATCH] ffmpeg: remove setting fb->pts. Signed-off-by: Michael Niedermayer --- ffmpeg.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ffmpeg.c b/ffmpeg.c index f2724c36d4..01359ad395 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -2108,7 +2108,6 @@ static int transcode_video(InputStream *ist, AVPacket *pkt, int *got_output, int ist->st->codec->pix_fmt); avfilter_copy_frame_props(fb, decoded_frame); - fb->pts = ist->pts; fb->buf->priv = buf; fb->buf->free = filter_release_buffer;