FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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...
 
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

int ff_bsf_get_packet ( AVBSFContext ctx,
AVPacket **  pkt 
)
int ff_bsf_get_packet_ref ( AVBSFContext ctx,
AVPacket pkt 
)

Called by bitstream filters to get packet for filtering.

The reference to packet is moved to provided packet structure.

Parameters
ctxpointer to AVBSFContext of filter
pktpointer to packet to move reference to
Returns
0>= on success, negative AVERROR in case of failure

Definition at line 223 of file bsf.c.

Referenced by bsf_list_filter().

const AVClass* ff_bsf_child_class_next ( const AVClass prev)

Definition at line 74 of file bitstream_filters.c.