FFmpeg
|
#include <string.h>
#include "libavutil/intreadwrite.h"
#include "libavutil/mem.h"
#include "bsf.h"
#include "bsf_internal.h"
#include "bytestream.h"
#include "defs.h"
#include "hevc/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 FFBitStreamFilter | ff_hevc_mp4toannexb_bsf |
#define MIN_HEVCC_LENGTH 23 |
Definition at line 34 of file hevc_mp4toannexb.c.
|
static |
Definition at line 41 of file hevc_mp4toannexb.c.
Referenced by hevc_mp4toannexb_init().
|
static |
Definition at line 101 of file hevc_mp4toannexb.c.
|
static |
Definition at line 122 of file hevc_mp4toannexb.c.
|
static |
Definition at line 198 of file hevc_mp4toannexb.c.
const FFBitStreamFilter ff_hevc_mp4toannexb_bsf |
Definition at line 202 of file hevc_mp4toannexb.c.