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 "vvc.h"
Go to the source code of this file.
Data Structures | |
struct | VVCBSFContext |
Macros | |
#define | MIN_VVCC_LENGTH 23 |
Functions | |
static int | vvc_extradata_to_annexb (AVBSFContext *ctx) |
static int | vvc_mp4toannexb_init (AVBSFContext *ctx) |
static int | vvc_mp4toannexb_filter (AVBSFContext *ctx, AVPacket *out) |
Variables | |
static enum AVCodecID | codec_ids [] |
const FFBitStreamFilter | ff_vvc_mp4toannexb_bsf |
#define MIN_VVCC_LENGTH 23 |
Definition at line 33 of file vvc_mp4toannexb.c.
|
static |
Definition at line 40 of file vvc_mp4toannexb.c.
Referenced by vvc_mp4toannexb_init().
|
static |
Definition at line 193 of file vvc_mp4toannexb.c.
|
static |
Definition at line 214 of file vvc_mp4toannexb.c.
|
static |
Definition at line 318 of file vvc_mp4toannexb.c.
const FFBitStreamFilter ff_vvc_mp4toannexb_bsf |
Definition at line 322 of file vvc_mp4toannexb.c.