| 
    FFmpeg
    
   | 
 
H.265 parser code. More...
#include "hevc.h"Go to the source code of this file.
Functions | |
| 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) | 
H.265 parser code.
Definition in file hevc_parse.h.
| 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.
 1.8.6