[FFmpeg-devel] Can BSF delay packets?
Aleksey M
hex000 at gmail.com
Mon Feb 6 19:14:58 EET 2017
Ronald,
I looked the vp9_superframe_bsf.c code, but it doesn't help: The only place
which returns EAGAIN does output packet unref and frees input packet.
I tried memset zero on output packet, av_packet_unref, setting out->size =
0 and out->side_data_elems = 0, tried to return EAGAIN or 0, nothing helps.
In any case, "timestamps are not set", "stream is malformed", like the
output packet is still used.
More information about the ffmpeg-devel
mailing list