FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
hevc_parse.c File Reference
#include "bytestream.h"
#include "h2645_parse.h"
#include "hevc.h"
#include "hevc_parse.h"

Go to the source code of this file.

Functions

static int hevc_decode_nal_units (const uint8_t *buf, int buf_size, HEVCParamSets *ps, int is_nalff, int nal_length_size, void *logctx)
 
int ff_hevc_decode_extradata (const uint8_t *data, int size, HEVCParamSets *ps, int *is_nalff, int *nal_length_size, int err_recognition, void *logctx)
 

Function Documentation

static int hevc_decode_nal_units ( const uint8_t buf,
int  buf_size,
HEVCParamSets ps,
int  is_nalff,
int  nal_length_size,
void logctx 
)
static

Definition at line 24 of file hevc_parse.c.

Referenced by ff_hevc_decode_extradata().

int ff_hevc_decode_extradata ( const uint8_t data,
int  size,
HEVCParamSets ps,
int is_nalff,
int nal_length_size,
int  err_recognition,
void logctx 
)

Definition at line 72 of file hevc_parse.c.