[FFmpeg-cvslog] ffmpeg: remove setting fb->pts.

Anton Khirnov git at videolan.org
Wed Feb 8 17:41:23 CET 2012


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Wed Feb  8 16:59:16 2012 +0100| [67c63176ad5c4bf6498169959a63d032ff4df104] | committer: Michael Niedermayer

ffmpeg: remove setting fb->pts.

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=67c63176ad5c4bf6498169959a63d032ff4df104
---

 ffmpeg.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/ffmpeg.c b/ffmpeg.c
index f2724c3..01359ad 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;
 



More information about the ffmpeg-cvslog mailing list