Commit 161d7f3f authored by James Almer's avatar James Almer

avcodec/bsf: improve the doxy for av_bsf_flush()

Mention an example scenario where the function should be used.
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 34a385b3
......@@ -215,7 +215,7 @@ int av_bsf_send_packet(AVBSFContext *ctx, AVPacket *pkt);
int av_bsf_receive_packet(AVBSFContext *ctx, AVPacket *pkt);
/**
* Reset the internal bitstream filter state / flush internal buffers.
* Reset the internal bitstream filter state. Should be called e.g. when seeking.
*/
void av_bsf_flush(AVBSFContext *ctx);
......
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