Commit 4b66c8b4 authored by Stefano Sabatini's avatar Stefano Sabatini

lavdev/lavfi: specify pos in the output packets

parent e30a0b1b
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment