#include <string.h>
#include "libavutil/intreadwrite.h"
#include "libavutil/mem.h"
#include "avcodec.h"
Go to the source code of this file.
Data Structures | |
struct | H264BSFContext |
Functions | |
static int | alloc_and_copy (uint8_t **poutbuf, int *poutbuf_size, const uint8_t *sps_pps, uint32_t sps_pps_size, const uint8_t *in, uint32_t in_size) |
static int | h264_mp4toannexb_filter (AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe) |
Variables | |
AVBitStreamFilter | ff_h264_mp4toannexb_bsf |
static int h264_mp4toannexb_filter | ( | AVBitStreamFilterContext * | bsfc, | |
AVCodecContext * | avctx, | |||
const char * | args, | |||
uint8_t ** | poutbuf, | |||
int * | poutbuf_size, | |||
const uint8_t * | buf, | |||
int | buf_size, | |||
int | keyframe | |||
) | [static] |
Definition at line 59 of file h264_mp4toannexb_bsf.c.
Initial value:
{ "h264_mp4toannexb", sizeof(H264BSFContext), h264_mp4toannexb_filter, }
Definition at line 184 of file h264_mp4toannexb_bsf.c.