Browse Source

ffmpeg: remove setting fb->pts.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Anton Khirnov Michael Niedermayer 14 years ago
parent
commit
67c63176ad
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      ffmpeg.c

+ 0
- 1
ffmpeg.c View File

@@ -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;



Loading…
Cancel
Save