Libav
Functions
bsf.h File Reference
#include "avcodec.h"

Go to the source code of this file.

Functions

int ff_bsf_get_packet (AVBSFContext *ctx, AVPacket **pkt)
 Called by the bitstream filters to get the next packet for filtering. More...
 
const AVClassff_bsf_child_class_next (const AVClass *prev)
 

Function Documentation

◆ ff_bsf_get_packet()

int ff_bsf_get_packet ( AVBSFContext ctx,
AVPacket **  pkt 
)

Called by the bitstream filters to get the next packet for filtering.

The filter is responsible for either freeing the packet or passing it to the caller.

Definition at line 199 of file bsf.c.

Referenced by aac_adtstoasc_filter(), chomp_filter(), dump_extradata(), h264_mp4toannexb_filter(), hevc_mp4toannexb_filter(), imx_dump_header(), mjpeg2jpeg_filter(), mjpega_dump_header(), mov2textsub(), noise(), remove_extradata(), and text2movsub().

◆ ff_bsf_child_class_next()

const AVClass* ff_bsf_child_class_next ( const AVClass prev)

Definition at line 66 of file bitstream_filters.c.