FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
hevc_parse.h File Reference

H.265 parser code. More...

#include <stdint.h>
#include "hevc_ps.h"
#include "hevc_sei.h"

Go to the source code of this file.

Functions

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

Detailed Description

H.265 parser code.

Definition in file hevc_parse.h.

Function Documentation

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

Definition at line 77 of file hevc_parse.c.

Referenced by hevc_decode_extradata().