You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
lavdev/lavfi: specify pos in the output packets
This commit is contained in:
@@ -248,6 +248,7 @@ static int lavfi_read_packet(AVFormatContext *avctx, AVPacket *pkt)
|
||||
picref->video->h, pkt->data, size);
|
||||
pkt->stream_index = lavfi->sink_stream_map[min_pts_sink_idx];
|
||||
pkt->pts = picref->pts;
|
||||
pkt->pos = picref->pos;
|
||||
pkt->size = size;
|
||||
avfilter_unref_buffer(picref);
|
||||
|
||||
|
Reference in New Issue
Block a user