FFmpeg
|
h264_mp4toannexb_bsf.c File Reference
#include <string.h>
#include "libavutil/intreadwrite.h"
#include "libavutil/mem.h"
#include "avcodec.h"
Include dependency graph for h264_mp4toannexb_bsf.c:
Go to the source code of this file.
Data Structures | |
struct | H264BSFContext |
Typedefs | |
typedef struct H264BSFContext | 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 |
Typedef Documentation
typedef struct H264BSFContext H264BSFContext |
Function Documentation
|
static |
Definition at line 34 of file h264_mp4toannexb_bsf.c.
Referenced by h264_mp4toannexb_filter().
|
static |
Definition at line 59 of file h264_mp4toannexb_bsf.c.
Variable Documentation
AVBitStreamFilter ff_h264_mp4toannexb_bsf |
Initial value:
= {
"h264_mp4toannexb",
sizeof(H264BSFContext),
}
struct H264BSFContext H264BSFContext
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)
Definition: h264_mp4toannexb_bsf.c:59
Definition at line 184 of file h264_mp4toannexb_bsf.c.
Generated on Mon Nov 18 2024 06:52:06 for FFmpeg by 1.8.11