aboutsummaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-02-08 16:59:16 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-02-08 16:59:50 +0100
commit67c63176ad5c4bf6498169959a63d032ff4df104 (patch)
treeb2fdc9d4f67f5db5b0ee71838c10f384e508599e /ffmpeg.c
parentd97fa416d62fe00a69e5be947d7c51b71982dd12 (diff)
downloadffmpeg-67c63176ad5c4bf6498169959a63d032ff4df104.tar.gz
ffmpeg: remove setting fb->pts.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c1
1 files changed, 0 insertions, 1 deletions
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;