FFmpeg
|
#include <string.h>
#include "libavutil/intreadwrite.h"
#include "libavutil/mem.h"
#include "avcodec.h"
#include "bsf.h"
#include "bytestream.h"
#include "hevc.h"
Go to the source code of this file.
Data Structures | |
struct | HEVCBSFContext |
Macros | |
#define | MIN_HEVCC_LENGTH 23 |
Functions | |
static int | hevc_extradata_to_annexb (AVBSFContext *ctx) |
static int | hevc_mp4toannexb_init (AVBSFContext *ctx) |
static int | hevc_mp4toannexb_filter (AVBSFContext *ctx, AVPacket *out) |
Variables | |
static enum AVCodecID | codec_ids [] |
const AVBitStreamFilter | ff_hevc_mp4toannexb_bsf |
#define MIN_HEVCC_LENGTH 23 |
Definition at line 32 of file hevc_mp4toannexb_bsf.c.
|
static |
Definition at line 39 of file hevc_mp4toannexb_bsf.c.
Referenced by hevc_mp4toannexb_init().
|
static |
Definition at line 97 of file hevc_mp4toannexb_bsf.c.
|
static |
Definition at line 118 of file hevc_mp4toannexb_bsf.c.
|
static |
Definition at line 193 of file hevc_mp4toannexb_bsf.c.
const AVBitStreamFilter ff_hevc_mp4toannexb_bsf |
Definition at line 197 of file hevc_mp4toannexb_bsf.c.