MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / av_bsf_flush

Function av_bsf_flush

libavcodec/bsf.c:190–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190void av_bsf_flush(AVBSFContext *ctx)
191{
192 FFBSFContext *const bsfi = ffbsfcontext(ctx);
193
194 bsfi->eof = 0;
195
196 av_packet_unref(bsfi->buffer_pkt);
197
198 if (ff_bsf(ctx->filter)->flush)
199 ff_bsf(ctx->filter)->flush(ctx);
200}
201
202int av_bsf_send_packet(AVBSFContext *ctx, AVPacket *pkt)
203{

Callers 7

LLVMFuzzerTestOneInputFunction · 0.85
obu_read_packetFunction · 0.85
demux_bsf_flushFunction · 0.85
bsf_list_flushFunction · 0.85
mediacodec_flushFunction · 0.85
ff_decode_flush_buffersFunction · 0.85

Calls 3

ffbsfcontextFunction · 0.85
av_packet_unrefFunction · 0.85
ff_bsfFunction · 0.85

Tested by

no test coverage detected