#include <string.h>
#include "libavutil/intreadwrite.h"
#include "libavutil/mem.h"
#include "avcodec.h"
#include "bsf.h"
Go to the source code of this file.
◆ alloc_and_copy()
static int alloc_and_copy |
( |
AVPacket * |
out, |
|
|
const uint8_t * |
sps_pps, |
|
|
uint32_t |
sps_pps_size, |
|
|
const uint8_t * |
in, |
|
|
uint32_t |
in_size |
|
) |
| |
|
static |
◆ h264_extradata_to_annexb()
static int h264_extradata_to_annexb |
( |
AVBSFContext * |
ctx, |
|
|
const int |
padding |
|
) |
| |
|
static |
◆ h264_mp4toannexb_init()
◆ h264_mp4toannexb_filter()
◆ codec_ids
◆ ff_h264_mp4toannexb_bsf
Initial value:= {
.name = "h264_mp4toannexb",
}
static int h264_mp4toannexb_init(AVBSFContext *ctx)
static void filter(MpegAudioContext *s, int ch, const short *samples, int incr)
static int h264_mp4toannexb_filter(AVBSFContext *ctx, AVPacket *out)
static enum AVCodecID codec_ids[]
static av_cold int init(AVCodecParserContext *s)
Definition at line 239 of file h264_mp4toannexb_bsf.c.