diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-02-08 16:59:16 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-02-08 16:59:50 +0100 |
commit | 67c63176ad5c4bf6498169959a63d032ff4df104 (patch) | |
tree | b2fdc9d4f67f5db5b0ee71838c10f384e508599e | |
parent | d97fa416d62fe00a69e5be947d7c51b71982dd12 (diff) | |
download | ffmpeg-67c63176ad5c4bf6498169959a63d032ff4df104.tar.gz |
ffmpeg: remove setting fb->pts.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | ffmpeg.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |