FFmpeg
Functions
decode_bsf.h File Reference
#include <stdint.h>
#include "avcodec.h"
#include "bsf.h"
#include "internal.h"

Go to the source code of this file.

Functions

static void ff_decode_get_extradata (const AVCodecContext *avctx, const uint8_t **extradata, int *extradata_size)
 Helper function for decoders that may use a BSF that changes extradata. More...
 

Function Documentation

◆ ff_decode_get_extradata()

static void ff_decode_get_extradata ( const AVCodecContext avctx,
const uint8_t **  extradata,
int *  extradata_size 
)
inlinestatic

Helper function for decoders that may use a BSF that changes extradata.

This function will get the extradata from the BSF.

Definition at line 32 of file decode_bsf.h.

Referenced by amf_init_decoder(), and rkmpp_send_packet().