vdr-plugin-softhddevice-drm-gles 1.5.9-20e15de
h264parser.h File Reference

H264 parser header file. More...

#include <libavcodec/avcodec.h>

Go to the source code of this file.

Classes

class  cH264Parser
 cH264Parser - H264 Parser class More...
 

Enumerations

enum  NalUnitTypes {
  NALU_TYPE_NON_IDR = (1 << 0) , NALU_TYPE_IDR = (1 << 1) , NALU_TYPE_SEI = (1 << 2) , NALU_TYPE_SPS = (1 << 3) ,
  NALU_TYPE_PPS = (1 << 4) , NALU_TYPE_AUD = (1 << 5)
}
 

Detailed Description

H264 parser header file.

Definition in file h264parser.h.

Enumeration Type Documentation

◆ NalUnitTypes

Enumerator
NALU_TYPE_NON_IDR 
NALU_TYPE_IDR 
NALU_TYPE_SEI 
NALU_TYPE_SPS 
NALU_TYPE_PPS 
NALU_TYPE_AUD 

Definition at line 27 of file h264parser.h.