mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
ffmpeg: remove setting fb->pts.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
d97fa416d6
commit
67c63176ad
1
ffmpeg.c
1
ffmpeg.c
@ -2108,7 +2108,6 @@ static int transcode_video(InputStream *ist, AVPacket *pkt, int *got_output, int
|
|||||||
ist->st->codec->pix_fmt);
|
ist->st->codec->pix_fmt);
|
||||||
|
|
||||||
avfilter_copy_frame_props(fb, decoded_frame);
|
avfilter_copy_frame_props(fb, decoded_frame);
|
||||||
fb->pts = ist->pts;
|
|
||||||
fb->buf->priv = buf;
|
fb->buf->priv = buf;
|
||||||
fb->buf->free = filter_release_buffer;
|
fb->buf->free = filter_release_buffer;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user