FFmpeg
Functions
bsf_internal.h File Reference
#include "libavutil/log.h"
#include "bsf.h"
#include "packet.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...
 
int ff_bsf_get_packet_ref (AVBSFContext *ctx, AVPacket *pkt)
 Called by bitstream filters to get 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 228 of file bsf.c.

Referenced by h264_mp4toannexb_filter(), hevc_mp4toannexb_filter(), imx_dump_header(), mjpeg2jpeg_filter(), mjpega_dump_header(), mp3_header_decompress(), text2movsub(), and vp9_raw_reorder_filter().

◆ ff_bsf_get_packet_ref()

int ff_bsf_get_packet_ref ( AVBSFContext ctx,
AVPacket pkt 
)

◆ ff_bsf_child_class_next()

const AVClass* ff_bsf_child_class_next ( const AVClass prev)

Definition at line 99 of file bitstream_filters.c.